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

  /external/webkit/WebCore/editing/
EditorCommand.cpp 66 bool (*execute)(Frame*, Event*, EditorCommandSource, const String&);
67 bool (*isSupported)(Frame*, EditorCommandSource);
68 bool (*isEnabled)(Frame*, Event*, EditorCommandSource);
96 static bool applyCommandToFrame(Frame* frame, EditorCommandSource source, EditAction action, CSSMutableStyleDeclaration* style)
112 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
119 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyValue)
129 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)
177 static bool executeApplyParagraphStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
279 static bool executeBackColor(Frame* frame, Event*, EditorCommandSource source, const String& value
    [all...]
Editor.h 62 enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface };
161 Command(PassRefPtr<Frame>, const EditorInternalCommand*, EditorCommandSource);
177 EditorCommandSource m_source;
180 Command command(const String& commandName, EditorCommandSource);

Completed in 51 milliseconds