Home
last modified time | relevance | path

Searched defs:isSVGRootInlineBox (Results 1 – 3 of 3) 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.h126 virtual bool isSVGRootInlineBox() const { return false; } in isSVGRootInlineBox() function
DRenderBlockLineLayout.cpp689 bool isSVGRootInlineBox = lineBox->isSVGRootInlineBox(); in createLineBoxesFromBidiRuns() local