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

  /external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp 44 RenderText::setTextInternal(originalText()); // This RenderCombineText has been combined once. Restore the original text for the next combineText().
84 void RenderCombineText::combineText()
RenderText.cpp 616 const RenderCombineText* combineText = toRenderCombineText(this);
617 if (combineText->isCombined())
618 return combineText->combinedTextWidth(f);
    [all...]

Completed in 46 milliseconds