Searched defs:combineText (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderCombineText.cpp44 RenderText::setTextInternal(originalText()); // This RenderCombineText has been combined once. Restore the original text for the next combineText().
90 void RenderCombineText::combineText() function in class:blink::RenderCombineText
H A DRenderText.cpp717 const RenderCombineText* combineText = toRenderCombineText(this); local
718 if (combineText->isCombined())
719 return combineText->combinedTextWidth(f);

Completed in 117 milliseconds