Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGText.h63 virtual bool isSVGText() const OVERRIDE { return true; } in isSVGText() function
94 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGText, isSVGText());
DRenderSVGResourceClipper.cpp99 if (renderer->isSVGText()) in tryPathOnlyClipping()
293 if (!renderer->isSVGShape() && !renderer->isSVGText()) in createDisplayList()
316 if (!renderer->isSVGShape() && !renderer->isSVGText() && !isSVGUseElement(*childElement)) in calculateClipContentPaintInvalidationRect()
349 if (!renderer->isSVGShape() && !renderer->isSVGText() && !isSVGUseElement(*childElement)) in hitTestClipContent()
DRenderSVGText.cpp80 while (start && !start->isSVGText()) in locateRenderSVGTextAncestor()
82 if (!start || !start->isSVGText()) in locateRenderSVGTextAncestor()
90 while (start && !start->isSVGText()) in locateRenderSVGTextAncestor()
92 if (!start || !start->isSVGText()) in locateRenderSVGTextAncestor()
DSVGRenderSupport.cpp201 if (child->isSVGText()) in layoutChildren()
214 } else if (child->isSVGText()) { in layoutChildren()
DRenderSVGResourceContainer.cpp238 ASSERT(object->isSVGText() || object->isSVGTextPath() || object->isSVGInline()); in shouldTransformOnTextPainting()
DSVGTextLayoutAttributesBuilder.cpp106 ASSERT(!start->isSVGText() || m_textPositions.isEmpty()); in collectTextPositioningElements()
DSVGTextQuery.cpp57 ASSERT(renderer->isSVGText()); in flowBoxForRenderer()
DSVGTextLayoutEngine.cpp156 if (currentParent->isSVGText()) in parentDefinesTextLength()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DText.cpp287 static bool isSVGText(Text* text) in isSVGText() function
296 if (isSVGText(this)) in createTextRenderer()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTextPositioningElement.cpp122 if (!renderer->isSVGText() && !renderer->isSVGInline()) in elementFromRenderer()
DSVGTextContentElement.cpp274 if (!renderer->isSVGText() && !renderer->isSVGInline()) in elementFromRenderer()
DSVGSVGElement.cpp341 || renderer->isSVGText() in isIntersectionOrEnclosureTarget()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h537 bool isSVGText = renderText->isSVGInlineText(); in handleText() local
575 if (isSVGText) { in handleText()
782 if (isSVGText && m_current.offset()) { in handleText()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTreeAsText.cpp453 if (o.isSVGText()) { in write()
DRenderObject.h469 virtual bool isSVGText() const { return false; } in isSVGText() function
DRenderBlockLineLayout.cpp706 ASSERT(isSVGText()); in createLineBoxesFromBidiRuns()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp719 if (selectionBaseRenderer->isSVGText()) in updateSelectionForMouseDrag()