Searched refs:isSVGRootInlineBox (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.h40 virtual bool isSVGRootInlineBox() const OVERRIDE { return true; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h125 virtual bool isSVGRootInlineBox() const { return false; } function in class:WebCore::InlineBox
H A DRenderBlockLineLayout.cpp834 bool isSVGRootInlineBox = lineBox->isSVGRootInlineBox(); local
839 if (!isSVGRootInlineBox)
850 if (isSVGRootInlineBox) {
H A DRootInlineBox.cpp215 if (isSVGRootInlineBox())

Completed in 89 milliseconds