Home
last modified time | relevance | path

Searched refs:valueStyle (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/editing/
DEditorCommand.cpp237 static String valueStyle(Frame* frame, int propertyID) in valueStyle() function
1270 return valueStyle(frame, CSSPropertyBackgroundColor); in valueBackColor()
1275 return valueStyle(frame, CSSPropertyFontFamily); in valueFontName()
1280 return valueStyle(frame, CSSPropertyFontSize); in valueFontSize()
1285 return valueStyle(frame, CSSPropertyWebkitFontSizeDelta); in valueFontSizeDelta()
1290 return valueStyle(frame, CSSPropertyColor); in valueForeColor()
/external/webkit/WebCore/
DChangeLog-2005-08-2342024 (valueStyle): Used KHTMLPart::selectionStartStylePropertyValue for this.
42031 (valueBackColor): Implemented, using valueStyle.
42032 (valueFontName): Implemented, using valueStyle.
42033 (valueFontSize): Implemented, using valueStyle.
42034 (valueForeColor): Implemented, using valueStyle.
42035 (valueFontSize): Implemented, using valueStyle.
DChangeLog-2008-08-1066289 (WebCore::valueStyle): Added. Helper function for the value of commands