Home
last modified time | relevance | path

Searched refs:isSVGInlineText (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInlineText.h59 virtual bool isSVGInlineText() const { return true; } in isSVGInlineText() function
73 ASSERT(!object || object->isSVGInlineText()); in toRenderSVGInlineText()
79 ASSERT(!object || object->isSVGInlineText()); in toRenderSVGInlineText()
DSVGTextLayoutAttributesBuilder.cpp128 if (child->isSVGInlineText()) { in collectTextPositioningElements()
187 if (child->isSVGInlineText()) { in propagateLayoutAttributes()
DSVGRootInlineBox.cpp101 ASSERT(child->renderer()->isSVGInlineText()); in layoutCharactersInTextBoxes()
140 ASSERT(child->renderer()->isSVGInlineText()); in layoutChildBoxes()
DRenderSVGText.cpp103 if (child->isSVGInlineText()) { in recursiveUpdateScaledFont()
/external/webkit/Source/WebCore/rendering/
DRenderObject.h343 virtual bool isSVGInlineText() const { return false; } in isSVGInlineText() function
1053 if (isSVGInlineText()) in preservesNewline()
DRenderTreeAsText.cpp543 if (o.isSVGInlineText()) { in write()
DRenderBlockLineLayout.cpp1863 bool preserveNewline = o->isSVGInlineText() ? false : RenderStyle::preserveNewline(currWS); in findNextLineBreak()
2005 bool isSVGText = t->isSVGInlineText(); in findNextLineBreak()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06113711 (WebCore::RenderObject::isSVGInlineText):
113713 …(WebCore::RenderSVGInlineText::isSVGInlineText): Return true for isSVGInlineText(), return false f…
113773 Split up isSVGText() in isSVGText() / isSVGInlineText()
113776 …Introduce isSVGInlineText(), to provide a safe mechanism to differentiate between RenderSVGText / …
113780 (WebCore::shouldPreserveNewline): s/isSVGText/isSVGInlineText/
113783 (WebCore::RenderObject::isSVGInlineText): Return false, by default.
113785 …(WebCore::RenderSVGInlineText::isSVGInlineText): Return true here, don't return true anymore for i…
113787 (WebCore::RenderText::setTextInternal): s/isSVGText/isSVGInlineText/