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

/external/webkit/WebCore/editing/
H A DEditorCommand.cpp112 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue) function in namespace:WebCore
119 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyValue) function in namespace:WebCore
281 return executeApplyStyle(frame, source, EditActionSetBackgroundColor, CSSPropertyBackgroundColor, value);
404 return executeApplyStyle(frame, source, EditActionSetFont, CSSPropertyFontFamily, value);
412 return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontSize, size);
417 return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyWebkitFontSizeDelta, value);
422 return executeApplyStyle(frame, source, EditActionSetColor, CSSPropertyColor, value);
1037 return executeApplyStyle(frame, source, EditActionUnscript, CSSPropertyVerticalAlign, "baseline");

Completed in 15 milliseconds