HomeSort by relevance Sort by last modified time
    Searched refs:isCombineText (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCombineText.h 41 virtual bool isCombineText() const { return true; }
54 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isCombineText());
60 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isCombineText());
RenderObject.h     [all...]
InlineTextBox.cpp 533 RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer()->isCombineText() && toRenderCombineText(textRenderer())->isCombined() ? toRenderCombineText(textRenderer()) : 0;
    [all...]
RenderText.cpp 720 if (style()->hasTextCombine() && isCombineText()) {
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 318 milliseconds