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

/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLUnderOver.h39 virtual RenderMathMLOperator* unembellishedOperator();
H A DRenderMathMLUnderOver.cpp55 RenderMathMLOperator* RenderMathMLUnderOver::unembellishedOperator() function in class:WebCore::RenderMathMLUnderOver
60 return toRenderMathMLBlock(base)->unembellishedOperator();
88 if (auto renderOperator = child.unembellishedOperator())
H A DRenderMathMLRow.cpp62 if (auto renderOperator = toRenderMathMLBlock(child)->unembellishedOperator())
77 auto renderOperator = toRenderMathMLBlock(child)->unembellishedOperator();
104 if (auto renderOperator = child.unembellishedOperator())
H A DRenderMathMLFraction.h52 virtual RenderMathMLOperator* unembellishedOperator() override;
H A DRenderMathMLBlock.h52 // apply to the embellished operator as a whole. unembellishedOperator() checks for being an
56 virtual RenderMathMLOperator* unembellishedOperator() { return 0; } function in class:WebCore::RenderMathMLBlock
H A DRenderMathMLFraction.cpp119 RenderMathMLOperator* RenderMathMLFraction::unembellishedOperator() function in class:WebCore::RenderMathMLFraction
127 return toRenderMathMLBlock(numerator)->unembellishedOperator();
H A DRenderMathMLScripts.h80 virtual RenderMathMLOperator* unembellishedOperator();
H A DRenderMathMLOperator.h92 virtual RenderMathMLOperator* unembellishedOperator() override { return this; }
H A DRenderMathMLScripts.cpp261 RenderMathMLOperator* RenderMathMLScripts::unembellishedOperator() function in class:WebCore::RenderMathMLScripts
266 return toRenderMathMLBlock(base)->unembellishedOperator();

Completed in 85 milliseconds