Home
last modified time | relevance | path

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

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