Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGRootInlineBox.h54 virtual bool isSVGRootInlineBox() { return true; } in isSVGRootInlineBox() function
DInlineBox.h141 virtual bool isSVGRootInlineBox() { return false; } in isSVGRootInlineBox() function
DSVGInlineTextBox.cpp70 if (!parentBox->isSVGRootInlineBox()) in svgRootInlineBox()
DSVGRootInlineBox.cpp1080 if (start->isSVGRootInlineBox()) { in layoutInlineBoxes()
/external/webkit/WebCore/
DChangeLog16473 (WebCore::InlineBox::isSVGRootInlineBox):
DChangeLog-2008-08-1063307 …Add new isSVGRootInlineBox() function to InlineBox to be able to differentiate between RootInlineB…
63313 (WebCore::InlineBox::isSVGRootInlineBox):
63321 (WebCore::SVGRootInlineBox::isSVGRootInlineBox):