Home
last modified time | relevance | path

Searched defs:EditCommand (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Dgtk_key_bindings_handler_unittest.cc23 struct EditCommand { struct in GtkKeyBindingsHandlerTest
24 const char* name;
25 const char* value;
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditCommandWx.h36 class EditCommand; variable
/external/chromium/chrome/browser/resources/
Dwrench_menu.js44 var EditCommand = cr.ui.define('div'); variable
46 EditCommand.prototype = { class
/external/webkit/Source/WebCore/page/
DEditorClient.h61 class EditCommand; variable
/external/webkit/Source/WebCore/editing/
DEditCommand.cpp43 EditCommand::EditCommand(Document* document) in EditCommand() function in WebCore::EditCommand
DEditor.h55 class EditCommand; variable
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm106 + (WebEditCommand *)commandWithEditCommand:(PassRefPtr<EditCommand>)command;
123 {
146 {
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp148 void EditorClientEfl::registerCommandForUndo(WTF::PassRefPtr<EditCommand>) in registerCommandForUndo()
153 void EditorClientEfl::registerCommandForRedo(WTF::PassRefPtr<EditCommand>) in registerCommandForRedo()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp213 void EditorClientAndroid::registerCommandForUndo(PassRefPtr<EditCommand>) {} in registerCommandForUndo()
214 void EditorClientAndroid::registerCommandForRedo(PassRefPtr<EditCommand>) {} in registerCommandForRedo()
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp197 void EditorClientHaiku::registerCommandForRedo(WTF::PassRefPtr<WebCore::EditCommand>) in registerCommandForRedo()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp237 void WebEditorClient::registerCommandForRedo(PassRefPtr<EditCommand>) in registerCommandForRedo()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp251 void EditorClientQt::registerCommandForRedo(WTF::PassRefPtr<WebCore::EditCommand>) in registerCommandForRedo()
/external/webkit/Source/WebCore/loader/
DEmptyClients.h468 virtual void registerCommandForUndo(PassRefPtr<EditCommand>) { } in registerCommandForUndo()
469 virtual void registerCommandForRedo(PassRefPtr<EditCommand>) { } in registerCommandForRedo()