Home
last modified time | relevance | path

Searched refs:isCombineText (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCombineText.h41 virtual bool isCombineText() const { return true; } in isCombineText() function
52 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderCombineText, isCombineText());
DRenderObject.h929 virtual bool isCombineText() const { return false; } in isCombineText() function
DRenderText.cpp725 if (style()->hasTextCombine() && isCombineText()) { in widthFromCache()
DInlineTextBox.cpp528 …RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer()->isCombineText() … in paint()
DRenderBlockLineLayout.cpp2121 …else if (object->isText() && object->style()->hasTextCombine() && object->isCombineText() && !toRe… in skipLeadingWhitespace()
DRenderBlock.cpp4270 if (t->style()->hasTextCombine() && t->isCombineText()) in computeInlinePreferredLogicalWidths()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h729 …if (renderText->style()->hasTextCombine() && m_current.object()->isCombineText() && !toRenderCombi… in handleText()