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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGText.h53 virtual bool isSVGText() const { return true; } function in class:WebCore::RenderSVGText
89 ASSERT(!object || object->isSVGText());
95 ASSERT(!object || object->isSVGText());
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h340 virtual bool isSVGText() const { return false; } function in class:WebCore::RenderObject
H A DRenderBlockLineLayout.cpp1063 ASSERT(isSVGText());
2005 bool isSVGText = t->isSVGInlineText(); local
2213 if (isSVGText && pos > 0) {

Completed in 94 milliseconds