Searched refs:isSVGInlineText (Results 1 - 7 of 7) sorted by path

/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1863 bool preserveNewline = o->isSVGInlineText() ? false : RenderStyle::preserveNewline(currWS);
2005 bool isSVGText = t->isSVGInlineText();
H A DRenderObject.h343 virtual bool isSVGInlineText() const { return false; } function in class:WebCore::RenderObject
1053 if (isSVGInlineText())
H A DRenderTreeAsText.cpp543 if (o.isSVGInlineText()) {
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInlineText.h59 virtual bool isSVGInlineText() const { return true; } function in class:WebCore::RenderSVGInlineText
73 ASSERT(!object || object->isSVGInlineText());
79 ASSERT(!object || object->isSVGInlineText());
H A DRenderSVGText.cpp103 if (child->isSVGInlineText()) {
H A DSVGRootInlineBox.cpp101 ASSERT(child->renderer()->isSVGInlineText());
140 ASSERT(child->renderer()->isSVGInlineText());
H A DSVGTextLayoutAttributesBuilder.cpp128 if (child->isSVGInlineText()) {
187 if (child->isSVGInlineText()) {

Completed in 276 milliseconds