Home
last modified time | relevance | path

Searched defs:isSVGText (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGText.h53 virtual bool isSVGText() const { return true; } in isSVGText() function
/external/webkit/Source/WebCore/rendering/
DRenderObject.h338 virtual bool isSVGText() const { return false; } in isSVGText() function
DRenderBlockLineLayout.cpp2001 bool isSVGText = t->isSVGInlineText(); in findNextLineBreak() local