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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineBreaker.cpp 43 } else if (object->isText() && object->style()->hasTextCombine() && object->isCombineText() && !toRenderCombineText(object)->isCombined()) {
BreakingContextInlineHeaders.h 512 if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
538 if (renderText->style()->hasTextCombine() && m_current.object()->isCombineText() && !toRenderCombineText(m_current.object())->isCombined()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 301 if (style->hasTextCombine())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 184 || oldStyle->hasTextCombine() != newStyle->hasTextCombine())
    [all...]
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 133 if (childStyle->hasTextCombine() || childStyle->textEmphasisMark() != TextEmphasisMarkNone)
148 || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine())
    [all...]
InlineTextBox.cpp 534 RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer().isCombineText() && toRenderCombineText(textRenderer()).isCombined() ? &toRenderCombineText(textRenderer()) : 0;
    [all...]
RenderText.cpp 710 if (style()->hasTextCombine() && isCombineText()) {
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 215 milliseconds