Searched defs:isRenderMathMLOperator (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLBlock.h43 virtual bool isRenderMathMLOperator() const { return false; } function in class:WebCore::RenderMathMLBlock
H A DRenderMathMLOperator.h40 virtual bool isRenderMathMLOperator() const { return true; } function in class:WebCore::RenderMathMLOperator
59 ASSERT(!block || block->isRenderMathMLOperator());
65 ASSERT(!block || block->isRenderMathMLOperator());

Completed in 74 milliseconds