Searched refs:isSVGText (Results 1 – 15 of 15) sorted by relevance
53 virtual bool isSVGText() const { return true; } in isSVGText() function89 ASSERT(!object || object->isSVGText()); in toRenderSVGText()95 ASSERT(!object || object->isSVGText()); in toRenderSVGText()
68 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()
125 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()
125 ASSERT(!start->isSVGText() || m_textPositions.isEmpty()); in collectTextPositioningElements()
60 ASSERT(renderer->isSVGText()); in flowBoxForRenderer()
164 if (currentParent->isSVGText()) in parentDefinesTextLength()
82 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()
276 if (!renderer->isSVGText() && !renderer->isSVGInline()) in elementFromRenderer()
1063 ASSERT(isSVGText()); in layoutInlineChildren()2005 bool isSVGText = t->isSVGInlineText(); in findNextLineBreak() local2213 if (isSVGText && pos > 0) { in findNextLineBreak()
539 if (o.isSVGText()) { in write()
340 virtual bool isSVGText() const { return false; } in isSVGText() function
682 if (selectionBaseRenderer->isSVGText()) in updateSelectionForMouseDrag()
517 (WebCore::RenderSVGText::isSVGText):62768 (WebCore::RenderObject::isSVGText):62770 (WebCore::RenderSVGInlineText::isSVGText):62772 (WebCore::RenderSVGText::isSVGText):
113713 …::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…
38472 (WebCore::RenderSVGInlineText::isSVGText):