HomeSort by relevance Sort by last modified time
    Searched refs:isSVGText (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.h 61 virtual bool isSVGText() const { return true; }
104 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGText, isSVGText());
RenderSVGResourceClipper.cpp 97 if (renderer->isSVGText())
292 if (!renderer->isSVGShape() && !renderer->isSVGText())
315 if (!renderer->isSVGShape() && !renderer->isSVGText() && !childNode->hasTagName(SVGNames::useTag))
345 if (!renderer->isSVGShape() && !renderer->isSVGText() && !childNode->hasTagName(SVGNames::useTag))
RenderSVGText.cpp 79 while (start && !start->isSVGText())
81 if (!start || !start->isSVGText())
89 while (start && !start->isSVGText())
91 if (!start || !start->isSVGText())
SVGRenderSupport.cpp 221 if (child->isSVGText())
233 else if (child->isSVGText()) {
RenderSVGModelObject.cpp 168 return renderer->isSVGShape() || renderer->isSVGText() || renderer->isSVGImage() || renderer->node()->hasTagName(SVGNames::useTag);
RenderSVGResourceContainer.cpp 242 ASSERT(object->isSVGText() || object->isSVGTextPath() || object->isSVGInline());
SVGTextLayoutAttributesBuilder.cpp 105 ASSERT(!start->isSVGText() || m_textPositions.isEmpty());
SVGTextQuery.cpp 57 ASSERT(renderer->isSVGText());
SVGTextLayoutEngine.cpp 155 if (currentParent->isSVGText())
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextPositioningElement.cpp 156 if (!renderer->isSVGText() && !renderer->isSVGInline())
SVGTextContentElement.cpp 294 if (!renderer->isSVGText() && !renderer->isSVGInline())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 290 static bool isSVGText(Text* text)
298 if (isSVGText(this))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 727 bool isSVGText = renderText->isSVGInlineText();
758 if (isSVGText) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 440 virtual bool isSVGText() const { return false; }
    [all...]
RenderTreeAsText.cpp 452 if (o.isSVGText()) {
    [all...]
RenderBlockLineLayout.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 798 if (selectionBaseRenderer->isSVGText())
    [all...]

Completed in 724 milliseconds