Searched refs:registerCommandForUndo (Results 1 - 25 of 25) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h84 virtual void registerCommandForUndo(PassRefPtr<EditCommand>);
H A DEditorClientAndroid.cpp213 void EditorClientAndroid::registerCommandForUndo(PassRefPtr<EditCommand>) {} function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h81 virtual void registerCommandForUndo(WTF::PassRefPtr<EditCommand>);
H A DEditorClientEfl.cpp148 void EditorClientEfl::registerCommandForUndo(WTF::PassRefPtr<EditCommand>) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h78 virtual void registerCommandForUndo(PassRefPtr<EditCommand>);
H A DEditorClientHaiku.cpp192 void EditorClientHaiku::registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand> cmd) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h78 virtual void registerCommandForUndo(PassRefPtr<EditCommand>);
H A DEditorClientQt.cpp241 void EditorClientQt::registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand> cmd) function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h80 virtual void registerCommandForUndo(PassRefPtr<EditCommand>);
H A DEditorClientWx.cpp279 void EditorClientWx::registerCommandForUndo(PassRefPtr<EditCommand> command) function in class:WebCore::EditorClientWx
/external/webkit/Source/WebCore/page/
H A DEditorClient.h107 virtual void registerCommandForUndo(PassRefPtr<EditCommand>) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h79 virtual void registerCommandForUndo(PassRefPtr<WebCore::EditCommand>);
H A DEditorClientImpl.cpp303 void EditorClientImpl::registerCommandForUndo(PassRefPtr<EditCommand> command) function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h107 virtual void registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand>);
H A DEditorClientGtk.cpp484 void EditorClient::registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand> command) function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h77 void registerCommandForUndo(PassRefPtr<WebCore::EditCommand>);
H A DWebEditorClient.cpp529 void WebEditorClient::registerCommandForUndo(PassRefPtr<EditCommand> command) function in class:WebEditorClient
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h68 virtual void registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand>);
H A DEditorClientWinCE.cpp147 void EditorClientWinCE::registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand> command) function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h106 virtual void registerCommandForUndo(PassRefPtr<WebCore::EditCommand>);
H A DWebEditorClient.mm545 void WebEditorClient::registerCommandForUndo(PassRefPtr<EditCommand> cmd)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h74 virtual void registerCommandForUndo(PassRefPtr<WebCore::EditCommand>);
H A DWebEditorClient.cpp223 void WebEditorClient::registerCommandForUndo(PassRefPtr<EditCommand> command) function in class:WebKit::WebEditorClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h472 virtual void registerCommandForUndo(PassRefPtr<EditCommand>) { } function in class:WebCore::EmptyEditorClient
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1011 client()->registerCommandForUndo(m_lastEditCommand);
1042 client()->registerCommandForUndo(cmd);

Completed in 179 milliseconds