Home
last modified time | relevance | path

Searched refs:hasTextCombine (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DText.cpp301 if (style->hasTextCombine()) in createTextRenderer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h704 if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
729 …if (renderText->style()->hasTextCombine() && m_current.object()->isCombineText() && !toRenderCombi… in handleText()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp182 || oldStyle->hasTextCombine() != newStyle->hasTextCombine() in compare()
DRenderStyle.h863 bool hasTextCombine() const { return textCombine() != TextCombineNone; } in hasTextCombine() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp133 … if (childStyle->hasTextCombine() || childStyle->textEmphasisMark() != TextEmphasisMarkNone) in addToLine()
148 … || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine()) in addToLine()
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()