HomeSort by relevance Sort by last modified time
    Searched refs:EditorCommandSource (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 70 bool (*execute)(Frame*, Event*, EditorCommandSource, const String&);
72 bool (*isEnabled)(Frame*, Event*, EditorCommandSource);
100 static bool applyCommandToFrame(Frame* frame, EditorCommandSource source, EditAction action, CSSMutableStyleDeclaration* style)
116 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
123 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyValue)
133 static bool executeToggleStyleInList(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, CSSValue* value)
158 static bool executeToggleStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const char* offValue, const char* onValue)
174 static bool executeApplyParagraphStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
278 static bool executeBackColor(Frame* frame, Event*, EditorCommandSource source, const String& value)
283 static bool executeCopy(Frame* frame, Event*, EditorCommandSource, const String&
    [all...]
Editor.h 80 enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface };
180 Command(const EditorInternalCommand*, EditorCommandSource, PassRefPtr<Frame>);
195 EditorCommandSource m_source;
199 Command command(const String& commandName, EditorCommandSource);

Completed in 39 milliseconds