Searched refs:valueStyle (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebCore/editing/ |
D | EditorCommand.cpp | 237 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/ |
D | ChangeLog-2005-08-23 | 42024 (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.
|
D | ChangeLog-2008-08-10 | 66289 (WebCore::valueStyle): Added. Helper function for the value of commands
|