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 519 if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
546 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 299 if (style->hasTextCombine())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 134 if (childStyle->hasTextCombine() || childStyle->textEmphasisMark() != TextEmphasisMarkNone)
149 || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine())
    [all...]
InlineTextBox.cpp 440 RenderCombineText* combinedText = styleToUse->hasTextCombine() && renderer().isCombineText() && toRenderCombineText(renderer()).isCombined() ? &toRenderCombineText(renderer()) : 0;
    [all...]
RenderText.cpp 716 if (style()->hasTextCombine() && isCombineText()) {
    [all...]
RenderBlockLineLayout.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 184 || oldStyle->hasTextCombine() != newStyle->hasTextCombine()
    [all...]
RenderStyle.h     [all...]

Completed in 75 milliseconds