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().
87 void RenderCombineText::combineText()
RenderText.cpp 721 const RenderCombineText* combineText = toRenderCombineText(this);
722 if (combineText->isCombined())
723 return combineText->combinedTextWidth(f);
    [all...]

Completed in 87 milliseconds