Searched refs:isSVGText (Results 1 - 12 of 12) 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());
H A DRenderSVGText.cpp68 while (start && !start->isSVGText())
70 if (!start || !start->isSVGText())
78 while (start && !start->isSVGText())
80 if (!start || !start->isSVGText())
H A DRenderSVGResourceClipper.cpp125 if (renderer->isSVGText())
248 if (!renderer->isSVGPath() && !renderer->isSVGText())
290 if (!renderer->isSVGPath() && !renderer->isSVGText() && !renderer->isSVGShadowTreeRootContainer())
316 if (!renderer->isSVGPath() && !renderer->isSVGText() && !renderer->isSVGShadowTreeRootContainer())
H A DSVGTextLayoutAttributesBuilder.cpp125 ASSERT(!start->isSVGText() || m_textPositions.isEmpty());
H A DSVGTextQuery.cpp60 ASSERT(renderer->isSVGText());
H A DSVGTextLayoutEngine.cpp164 if (currentParent->isSVGText())
/external/webkit/Source/WebCore/svg/
H A DSVGTextPositioningElement.cpp82 if (renderer->isSVGText())
87 while (parent && !parent->isSVGText())
91 ASSERT(parent->isSVGText());
177 if (!renderer->isSVGText() && !renderer->isSVGInline())
H A DSVGTextContentElement.cpp276 if (!renderer->isSVGText() && !renderer->isSVGInline())
/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1063 ASSERT(isSVGText());
2005 bool isSVGText = t->isSVGInlineText(); local
2213 if (isSVGText && pos > 0) {
H A DRenderObject.h340 virtual bool isSVGText() const { return false; } function in class:WebCore::RenderObject
H A DRenderTreeAsText.cpp539 if (o.isSVGText()) {
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp682 if (selectionBaseRenderer->isSVGText())

Completed in 1869 milliseconds