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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCombineText.h 33 void combineText();
RenderCombineText.cpp 44 RenderText::setTextInternal(originalText()); // This RenderCombineText has been combined once. Restore the original text for the next combineText().
90 void RenderCombineText::combineText()
RenderText.cpp 717 const RenderCombineText* combineText = toRenderCombineText(this);
718 if (combineText->isCombined())
719 return combineText->combinedTextWidth(f);
    [all...]
RenderBlockLineLayout.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineBreaker.cpp 44 toRenderCombineText(object)->combineText();
BreakingContextInlineHeaders.h 548 combineRenderer->combineText();
    [all...]

Completed in 127 milliseconds