Home
last modified time | relevance | path

Searched refs:isSVGText (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGText.h53 virtual bool isSVGText() const { return true; } in isSVGText() function
89 ASSERT(!object || object->isSVGText()); in toRenderSVGText()
95 ASSERT(!object || object->isSVGText()); in toRenderSVGText()
DRenderSVGText.cpp68 while (start && !start->isSVGText()) in locateRenderSVGTextAncestor()
70 if (!start || !start->isSVGText()) in locateRenderSVGTextAncestor()
78 while (start && !start->isSVGText()) in locateRenderSVGTextAncestor()
80 if (!start || !start->isSVGText()) in locateRenderSVGTextAncestor()
DRenderSVGResourceClipper.cpp125 if (renderer->isSVGText()) in pathOnlyClipping()
248 if (!renderer->isSVGPath() && !renderer->isSVGText()) in drawContentIntoMaskImage()
290 … if (!renderer->isSVGPath() && !renderer->isSVGText() && !renderer->isSVGShadowTreeRootContainer()) in calculateClipContentRepaintRect()
316 … if (!renderer->isSVGPath() && !renderer->isSVGText() && !renderer->isSVGShadowTreeRootContainer()) in hitTestClipContent()
DSVGTextLayoutAttributesBuilder.cpp125 ASSERT(!start->isSVGText() || m_textPositions.isEmpty()); in collectTextPositioningElements()
DSVGTextQuery.cpp60 ASSERT(renderer->isSVGText()); in flowBoxForRenderer()
DSVGTextLayoutEngine.cpp164 if (currentParent->isSVGText()) in parentDefinesTextLength()
/external/webkit/Source/WebCore/svg/
DSVGTextPositioningElement.cpp82 if (renderer->isSVGText()) in updatePositioningValuesInRenderer()
87 while (parent && !parent->isSVGText()) in updatePositioningValuesInRenderer()
91 ASSERT(parent->isSVGText()); in updatePositioningValuesInRenderer()
177 if (!renderer->isSVGText() && !renderer->isSVGInline()) in elementFromRenderer()
DSVGTextContentElement.cpp276 if (!renderer->isSVGText() && !renderer->isSVGInline()) in elementFromRenderer()
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp1063 ASSERT(isSVGText()); in layoutInlineChildren()
2005 bool isSVGText = t->isSVGInlineText(); in findNextLineBreak() local
2213 if (isSVGText && pos > 0) { in findNextLineBreak()
DRenderTreeAsText.cpp539 if (o.isSVGText()) { in write()
DRenderObject.h340 virtual bool isSVGText() const { return false; } in isSVGText() function
/external/webkit/Source/WebCore/page/
DEventHandler.cpp682 if (selectionBaseRenderer->isSVGText()) in updateSelectionForMouseDrag()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-14517 (WebCore::RenderSVGText::isSVGText):
62768 (WebCore::RenderObject::isSVGText):
62770 (WebCore::RenderSVGInlineText::isSVGText):
62772 (WebCore::RenderSVGText::isSVGText):
DChangeLog-2010-12-06113713 …::isSVGInlineText): Return true for isSVGInlineText(), return false for isSVGText() (default in Re…
113773 Split up isSVGText() in isSVGText() / isSVGInlineText()
113780 (WebCore::shouldPreserveNewline): s/isSVGText/isSVGInlineText/
113785 …RenderSVGInlineText::isSVGInlineText): Return true here, don't return true anymore for isSVGText().
113787 (WebCore::RenderText::setTextInternal): s/isSVGText/isSVGInlineText/
118603 …(WebCore::RenderBlock::computeHorizontalPositionsForLine): Remove all isSVGText() special cases, a…
DChangeLog-2009-06-1638472 (WebCore::RenderSVGInlineText::isSVGText):