Searched refs:hasTextCombine (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DText.cpp253 if (style->hasTextCombine())
H A DNode.cpp355 if ((s1 && s2) && (s1->hasTextCombine() != s2->hasTextCombine()))
/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp121 if (childStyle->hasTextCombine() || childStyle->textEmphasisMark() != TextEmphasisMarkNone)
136 || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine())
H A DRenderBlockLineLayout.cpp1636 if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
2009 if (style->hasTextCombine() && o->isCombineText())
H A DInlineTextBox.cpp525 RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer()->isCombineText() && toRenderCombineText(textRenderer())->isCombined() ? toRenderCombineText(textRenderer()) : 0;
H A DRenderText.cpp615 if (style()->hasTextCombine() && isCombineText()) {
H A DRenderBlock.cpp4950 if (t->style()->hasTextCombine() && t->isCombineText())
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h744 bool hasTextCombine() const { return textCombine() != TextCombineNone; } function in class:WebCore::RenderStyle

Completed in 719 milliseconds