Searched refs:unembellishedOperator (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLUnderOver.cpp52 RenderMathMLOperator* RenderMathMLUnderOver::unembellishedOperator() function in class:WebCore::RenderMathMLUnderOver
57 return toRenderMathMLBlock(base)->unembellishedOperator();
H A DRenderMathMLUnderOver.h39 virtual RenderMathMLOperator* unembellishedOperator();
H A DRenderMathMLSubSup.h41 virtual RenderMathMLOperator* unembellishedOperator();
H A DRenderMathMLRow.cpp60 if (child->isRenderMathMLBlock() && toRenderMathMLBlock(child)->unembellishedOperator())
71 if (RenderMathMLOperator* renderMo = toRenderMathMLBlock(child)->unembellishedOperator()) {
H A DRenderMathMLFraction.h42 virtual RenderMathMLOperator* unembellishedOperator();
H A DRenderMathMLBlock.h62 // apply to the embellished operator as a whole. unembellishedOperator() checks for being an
66 virtual RenderMathMLOperator* unembellishedOperator() { return 0; } function in class:WebCore::RenderMathMLBlock
H A DRenderMathMLFraction.cpp121 RenderMathMLOperator* RenderMathMLFraction::unembellishedOperator() function in class:WebCore::RenderMathMLFraction
129 return toRenderMathMLBlock(numerator)->unembellishedOperator();
H A DRenderMathMLSubSup.cpp105 RenderMathMLOperator* RenderMathMLSubSup::unembellishedOperator() function in class:WebCore::RenderMathMLSubSup
110 return toRenderMathMLBlock(base)->unembellishedOperator();
H A DRenderMathMLOperator.h48 virtual RenderMathMLOperator* unembellishedOperator() OVERRIDE { return this; }

Completed in 185 milliseconds