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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DText.cpp289 static bool isSVGText(Text* text) function in namespace:WebCore
298 if (isSVGText(this))
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h529 bool isSVGText = renderText->isSVGInlineText(); local
567 if (isSVGText) {
776 if (isSVGText && m_current.offset()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h431 virtual bool isSVGText() const { return false; } function in class:WebCore::RenderObject

Completed in 155 milliseconds