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

/external/webkit/Source/WebCore/editing/
H A DEditAction.h44 EditActionSetFont, enumerator in enum:WebCore::__anon15777
H A DEditorCommand.cpp409 return executeApplyStyle(frame, source, EditActionSetFont, CSSPropertyFontFamily, value);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebEditCommandProxy.cpp100 case EditActionSetFont:
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp501 case EditActionSetFont: return WEB_UI_STRING_KEY("Set Font", "Set Font (Undo action name)", "Undo action name");
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm504 case EditActionSetFont: return UI_STRING_KEY_INTERNAL("Set Font", "Set Font (Undo action name)", "Undo action name");
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm4572 [self _applyStyleToSelection:[self _styleFromFontManagerOperation] withUndoAction:EditActionSetFont];

Completed in 126 milliseconds