Searched defs:EditorCommandSource (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h62 enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface }; enum in namespace:WebCore
146 Command(const EditorInternalCommand*, EditorCommandSource, PassRefPtr<Frame>);
161 EditorCommandSource m_source;
165 Command command(const String& commandName, EditorCommandSource);

Completed in 128 milliseconds