Home
last modified time | relevance | path

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

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