Searched refs:isRenderMathMLBlock (Results 1 - 7 of 7) sorted by last modified time

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h328 virtual bool isRenderMathMLBlock() const { return false; } function in class:WebCore::RenderObject
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLBlock.cpp71 if (current->isRenderMathMLBlock()) {
H A DRenderMathMLBlock.h42 virtual bool isRenderMathMLBlock() const { return true; } function in class:WebCore::RenderMathMLBlock
97 ASSERT(!object || object->isRenderMathMLBlock());
103 ASSERT(!object || object->isRenderMathMLBlock());
H A DRenderMathMLFraction.cpp145 if (firstChild()->isRenderMathMLBlock()) {
172 if (firstChild() && firstChild()->isRenderMathMLBlock()) {
H A DRenderMathMLRow.cpp48 if (current->isRenderMathMLBlock()) {
77 if (current->isRenderMathMLBlock()) {
107 if (current->isRenderMathMLBlock()) {
124 if (firstChild() && firstChild()->isRenderMathMLBlock()) {
H A DRenderMathMLSubSup.cpp112 if (base->firstChild()->isRenderMathMLBlock()) {
H A DRenderMathMLUnderOver.cpp138 if (base && base->isRenderMathMLBlock()) {
285 if (current->firstChild()->isRenderMathMLBlock()) {

Completed in 124 milliseconds