Searched refs:isSVGInlineText (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInlineText.h55 virtual bool isSVGInlineText() const { return true; } function in class:WebCore::FINAL
67 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGInlineText, isSVGInlineText());
H A DRenderSVGText.cpp126 if (descendant->isSVGInlineText())
137 if (child->isSVGInlineText()) {
186 if (!child->isSVGInlineText() && !child->isSVGInline())
256 if (m_layoutAttributes.isEmpty() || !child->isSVGInlineText())
303 if (descendant->isSVGInlineText())
327 if (descendant->isSVGInlineText())
335 if (!descendant->isSVGInlineText())
H A DSVGRootInlineBox.cpp107 ASSERT(child->renderer()->isSVGInlineText());
140 ASSERT(child->renderer()->isSVGInlineText());
H A DSVGResourcesCache.cpp118 return renderer->node() && renderer->node()->isSVGElement() && !renderer->isSVGInlineText();
H A DSVGTextLayoutAttributesBuilder.cpp108 if (child->isSVGInlineText()) {
H A DSVGTextMetricsBuilder.cpp184 if (child->isSVGInlineText()) {
H A DSVGTextRunRenderingContext.cpp159 if (renderObject && renderObject->isSVGInlineText())
H A DSVGRenderSupport.cpp411 return object->isSVGInlineText() && toRenderSVGInlineText(object)->hasEmptyText();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h443 virtual bool isSVGInlineText() const { return false; } function in class:WebCore::RenderObject
1331 if (isSVGInlineText())
H A DRenderTreeAsText.cpp456 if (o.isSVGInlineText()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h407 m_preservesNewline = m_current.object()->isSVGInlineText() ? false : RenderStyle::preserveNewline(m_currWS);
727 bool isSVGText = renderText->isSVGInlineText();

Completed in 101 milliseconds