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.h42 virtual bool isSVGRootInlineBox() const OVERRIDE FINAL { return true; } in isSVGRootInlineBox() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h122 virtual bool isSVGRootInlineBox() const { return false; } in isSVGRootInlineBox() function
DRenderBlockLineLayout.cpp1012 bool isSVGRootInlineBox = lineBox->isSVGRootInlineBox(); in createLineBoxesFromBidiRuns() local