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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.h 54 virtual bool isSVGInlineText() const OVERRIDE { return true; }
67 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGInlineText, isSVGInlineText());
RenderSVGText.cpp 108 if (descendant->isSVGInlineText())
120 if (current->isSVGInlineText()) {
168 if (!child->isSVGInlineText() && !child->isSVGInline())
237 if (m_layoutAttributes.isEmpty() || !child->isSVGInlineText())
282 if (descendant->isSVGInlineText())
306 if (descendant->isSVGInlineText())
314 if (!descendant->isSVGInlineText())
RenderSVGModelObject.cpp 51 return child->isSVG() && !(child->isSVGInline() || child->isSVGInlineText());
RenderSVGInline.cpp 45 if (!child->isSVGInline() && !child->isSVGInlineText())
SVGResourcesCache.cpp 115 return renderer->node() && renderer->node()->isSVGElement() && !renderer->isSVGInlineText();
SVGRootInlineBox.cpp 96 ASSERT(child->renderer().isSVGInlineText());
128 ASSERT(child->renderer().isSVGInlineText());
SVGTextLayoutAttributesBuilder.cpp 109 if (child->isSVGInlineText()) {
SVGTextMetricsBuilder.cpp 243 if (child->isSVGInlineText()) {
RenderSVGRoot.cpp 288 return child->isSVG() && !(child->isSVGInline() || child->isSVGInlineText());
SVGRenderSupport.cpp 382 return object->isSVGInlineText() && !toRenderSVGInlineText(object)->hasEmptyText();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 254 m_preservesNewline = m_current.object()->isSVGInlineText() ? false : RenderStyle::preserveNewline(m_currWS);
537 bool isSVGText = renderText->isSVGInlineText();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 472 virtual bool isSVGInlineText() const { return false; }
    [all...]
RenderTreeAsText.cpp 457 if (o.isSVGInlineText()) {

Completed in 50 milliseconds