Searched refs:EditorCommandSource (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | EditorCommand.cpp | 71 bool (*execute)(Frame&, Event*, EditorCommandSource, const String&); 73 bool (*isEnabled)(Frame&, Event*, EditorCommandSource); 101 static bool applyCommandToFrame(Frame& frame, EditorCommandSource source, EditAction action, StyleP… in applyCommandToFrame() 117 static bool executeApplyStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPrope… in executeApplyStyle() 124 static bool executeApplyStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPrope… in executeApplyStyle() 134 static bool executeToggleStyleInList(Frame& frame, EditorCommandSource source, EditAction action, C… in executeToggleStyleInList() 158 static bool executeToggleStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSProp… in executeToggleStyle() 174 static bool executeApplyParagraphStyle(Frame& frame, EditorCommandSource source, EditAction action,… in executeApplyParagraphStyle() 275 static bool executeBackColor(Frame& frame, Event*, EditorCommandSource source, const String& value) in executeBackColor() 280 static bool executeCopy(Frame& frame, Event*, EditorCommandSource, const String&) in executeCopy() argument [all …]
|
D | Editor.h | 62 enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInter… enum 146 Command(const EditorInternalCommand*, EditorCommandSource, PassRefPtr<Frame>); 161 EditorCommandSource m_source; 165 Command command(const String& commandName, EditorCommandSource);
|