Searched refs:executeApplyStyle (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebCore/editing/ |
D | EditorCommand.cpp | 109 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int prop… in executeApplyStyle() function 116 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int prop… in executeApplyStyle() function 278 …return executeApplyStyle(frame, source, EditActionSetBackgroundColor, CSSPropertyBackgroundColor, … in executeBackColor() 401 return executeApplyStyle(frame, source, EditActionSetFont, CSSPropertyFontFamily, value); in executeFontName() 409 return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontSize, size); in executeFontSize() 414 …return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyWebkitFontSizeDelta… in executeFontSizeDelta() 419 return executeApplyStyle(frame, source, EditActionSetColor, CSSPropertyColor, value); in executeForeColor() 1034 … return executeApplyStyle(frame, source, EditActionUnscript, CSSPropertyVerticalAlign, "baseline"); in executeUnscript()
|
/external/webkit/WebCore/ |
D | ChangeLog | 8709 (WebCore::executeApplyStyle): Uses applyCommandToFrame
|
D | ChangeLog-2008-08-10 | 11323 (WebCore::executeApplyStyle): 66277 (WebCore::executeApplyStyle): Added. Helper function for commands 66281 (WebCore::executeApplyParagraphStyle): Added. Like executeApplyStyle, but
|