Searched defs:isSVGText (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGText.h61 virtual bool isSVGText() const { return true; } function in class:WebCore::FINAL
106 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isSVGText());
112 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isSVGText());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DText.cpp247 static bool isSVGText(Text* text) function in namespace:WebCore
255 if (isSVGText(this) || isSVGShadowText(this))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h442 virtual bool isSVGText() const { return false; } function in class:WebCore::RenderObject
H A DRenderBlockLineLayout.cpp1386 ASSERT(isSVGText());
2920 bool isSVGText = t->isSVGInlineText(); local
2951 if (isSVGText) {
3152 if (isSVGText && current.m_pos > 0) {

Completed in 139 milliseconds