Searched refs:startStyle (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTextControlMultiLine.cpp119 PassRefPtr<RenderStyle> RenderTextControlMultiLine::createInnerTextStyle(const RenderStyle* startStyle) const
122 textBlockStyle->inheritFrom(startStyle);
123 adjustInnerTextStyle(startStyle, textBlockStyle.get());
H A DRenderTextControlMultiLine.h52 virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const;
H A DRenderTextControl.h60 void adjustInnerTextStyle(const RenderStyle* startStyle, RenderStyle* textBlockStyle) const;
79 virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const = 0;
H A DRenderTextControlSingleLine.h99 virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const;
100 PassRefPtr<RenderStyle> createInnerBlockStyle(const RenderStyle* startStyle) const;
101 PassRefPtr<RenderStyle> createResultsButtonStyle(const RenderStyle* startStyle) const;
102 PassRefPtr<RenderStyle> createCancelButtonStyle(const RenderStyle* startStyle) const;
H A DRenderTextControlSingleLine.cpp714 PassRefPtr<RenderStyle> RenderTextControlSingleLine::createInnerTextStyle(const RenderStyle* startStyle) const
717 textBlockStyle->inheritFrom(startStyle);
718 adjustInnerTextStyle(startStyle, textBlockStyle.get());
743 PassRefPtr<RenderStyle> RenderTextControlSingleLine::createInnerBlockStyle(const RenderStyle* startStyle) const
748 innerBlockStyle->inheritFrom(startStyle);
759 PassRefPtr<RenderStyle> RenderTextControlSingleLine::createResultsButtonStyle(const RenderStyle* startStyle) const
775 if (startStyle)
776 resultsBlockStyle->inheritFrom(startStyle);
781 PassRefPtr<RenderStyle> RenderTextControlSingleLine::createCancelButtonStyle(const RenderStyle* startStyle) const
792 if (startStyle)
[all...]
H A DRenderTextControl.cpp130 void RenderTextControl::adjustInnerTextStyle(const RenderStyle* startStyle, RenderStyle* textBlockStyle) const argument
138 textBlockStyle->setColor(disabledTextColor(textBlockStyle->visitedDependentColor(CSSPropertyColor), startStyle->visitedDependentColor(CSSPropertyBackgroundColor)));
/external/webkit/Source/WebCore/editing/
H A DApplyBlockElementCommand.cpp182 RenderStyle* startStyle = renderStyleOfEnclosingTextNode(start); local
184 if (startStyle) {
189 if (startStyle->preserveNewline() && isNewLineAtPosition(start) && !isNewLineAtPosition(start.previous()) && start.offsetInContainerNode() > 0)
193 if (!startStyle->collapseWhiteSpace() && start.offsetInContainerNode() > 0) {

Completed in 103 milliseconds