Searched refs:createInnerTextStyle (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderTextControlMultiLine.h51 virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const;
H A DRenderTextControl.h80 virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const = 0;
H A DRenderTextControlMultiLine.cpp116 PassRefPtr<RenderStyle> RenderTextControlMultiLine::createInnerTextStyle(const RenderStyle* startStyle) const function in class:WebCore::RenderTextControlMultiLine
H A DRenderTextControlSingleLine.h87 virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const;
H A DRenderTextControl.cpp91 RefPtr<RenderStyle> textBlockStyle = createInnerTextStyle(style());
148 m_innerText->attachInnerElement(innerBlock ? innerBlock : node(), createInnerTextStyle(parentStyle), renderArena());
525 setInnerTextStyle(createInnerTextStyle(textBaseStyle()));
H A DRenderTextControlSingleLine.cpp491 PassRefPtr<RenderStyle> RenderTextControlSingleLine::createInnerTextStyle(const RenderStyle* startStyle) const function in class:WebCore::RenderTextControlSingleLine

Completed in 56 milliseconds