Searched refs:registerCommandForRedo (Results 1 - 19 of 19) sorted by relevance

/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h78 virtual void registerCommandForRedo(PassRefPtr<EditCommand>);
H A DEditorClientAndroid.cpp211 void EditorClientAndroid::registerCommandForRedo(PassRefPtr<EditCommand>) {} function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h80 virtual void registerCommandForRedo(PassRefPtr<EditCommand>);
H A DEditorClientHaiku.cpp204 void EditorClientHaiku::registerCommandForRedo(WTF::PassRefPtr<WebCore::EditCommand>) function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h79 virtual void registerCommandForRedo(PassRefPtr<EditCommand>);
H A DEditorClientQt.cpp267 void EditorClientQt::registerCommandForRedo(WTF::PassRefPtr<WebCore::EditCommand>) function in class:WebCore::EditorClientQt
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h81 void registerCommandForRedo(PassRefPtr<WebCore::EditCommand>);
H A DWebEditorClient.cpp546 void WebEditorClient::registerCommandForRedo(PassRefPtr<EditCommand> command) function in class:WebEditorClient
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h81 virtual void registerCommandForRedo(PassRefPtr<EditCommand>);
H A DEditorClientWx.cpp296 void EditorClientWx::registerCommandForRedo(PassRefPtr<EditCommand> command) function in class:WebCore::EditorClientWx
/external/webkit/WebCore/page/
H A DEditorClient.h121 virtual void registerCommandForRedo(PassRefPtr<EditCommand>) = 0;
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.h79 virtual void registerCommandForRedo(PassRefPtr<WebCore::EditCommand>);
H A DEditorClientImpl.cpp305 void EditorClientImpl::registerCommandForRedo(PassRefPtr<EditCommand> command) function in class:WebKit::EditorClientImpl
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h90 virtual void registerCommandForRedo(WTF::PassRefPtr<WebCore::EditCommand>);
H A DEditorClientGtk.cpp254 void EditorClient::registerCommandForRedo(WTF::PassRefPtr<WebCore::EditCommand> command) function in class:WebKit::EditorClient
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h100 virtual void registerCommandForRedo(PassRefPtr<WebCore::EditCommand>);
H A DWebEditorClient.mm474 void WebEditorClient::registerCommandForRedo(PassRefPtr<EditCommand> cmd)
/external/webkit/WebCore/loader/
H A DEmptyClients.h373 virtual void registerCommandForRedo(PassRefPtr<EditCommand>) { } function in class:WebCore::EmptyEditorClient
/external/webkit/WebCore/editing/
H A DEditor.cpp901 client()->registerCommandForRedo(cmd);

Completed in 75 milliseconds