Searched refs:toRenderCombineText (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderCombineText.h51 inline RenderCombineText* toRenderCombineText(RenderObject* object) function in namespace:WebCore
57 inline const RenderCombineText* toRenderCombineText(const RenderObject* object) function in namespace:WebCore
64 void toRenderCombineText(const RenderCombineText*);
H A DInlineTextBox.cpp525 RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer()->isCombineText() && toRenderCombineText(textRenderer())->isCombined() ? toRenderCombineText(textRenderer()) : 0;
H A DRenderText.cpp616 const RenderCombineText* combineText = toRenderCombineText(this);
H A DRenderBlockLineLayout.cpp2010 toRenderCombineText(o)->combineText();
H A DRenderBlock.cpp4951 toRenderCombineText(t)->combineText();

Completed in 64 milliseconds