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

/external/webkit/Source/WebCore/rendering/
H A DRenderCombineText.cpp44 RenderText::setTextInternal(originalText()); // This RenderCombineText has been combined once. Restore the original text for the next combineText().
84 void RenderCombineText::combineText() function in class:WebCore::RenderCombineText
H A DRenderText.cpp616 const RenderCombineText* combineText = toRenderCombineText(this); local
617 if (combineText->isCombined())
618 return combineText->combinedTextWidth(f);

Completed in 134 milliseconds