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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
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...]

Completed in 396 milliseconds