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

  /external/webkit/Source/WebCore/rendering/
RenderCombineText.h 32 void combineText();
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...]
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 41 milliseconds