HomeSort by relevance Sort by last modified time
    Searched defs:isRenderMathMLBlock (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLBlock.h 42 virtual bool isRenderMathMLBlock() const { return true; }
97 ASSERT(!object || object->isRenderMathMLBlock());
103 ASSERT(!object || object->isRenderMathMLBlock());
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 328 virtual bool isRenderMathMLBlock() const { return false; }
    [all...]

Completed in 48 milliseconds