Searched refs:isCombineText (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderCombineText.h40 virtual bool isCombineText() const { return true; } function in class:WebCore::RenderCombineText
53 ASSERT(!object || object->isCombineText());
59 ASSERT(!object || object->isCombineText());
H A DRenderObject.h736 virtual bool isCombineText() const { return false; } function in class:WebCore::RenderObject
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 DRenderBlockLineLayout.cpp2009 if (style->hasTextCombine() && o->isCombineText())
H A DRenderBlock.cpp4950 if (t->style()->hasTextCombine() && t->isCombineText())

Completed in 394 milliseconds