Searched refs:registerUndoStep (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DEditorClientQt.h80 virtual void registerUndoStep(PassRefPtr<UndoStep>);
H A DEditorClientQt.cpp247 void EditorClientQt::registerUndoStep(WTF::PassRefPtr<WebCore::UndoStep> step) function in class:WebCore::EditorClientQt
253 m_page->registerUndoStep(step);
H A DQWebPageAdapter.h252 void registerUndoStep(WTF::PassRefPtr<WebCore::UndoStep>);
H A DQWebPageAdapter.cpp278 void QWebPageAdapter::registerUndoStep(WTF::PassRefPtr<WebCore::UndoStep> step) function in class:QWebPageAdapter
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.cpp170 void EmptyEditorClient::registerUndoStep(PassRefPtr<UndoStep>) function in class:WebCore::EmptyEditorClient
H A DEmptyClients.h432 virtual void registerUndoStep(PassRefPtr<UndoStep>) OVERRIDE;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEditorClient.h97 virtual void registerUndoStep(PassRefPtr<UndoStep>) = 0;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h65 virtual void registerUndoStep(PassRefPtr<UndoStep>);
H A DEditorClientBlackBerry.cpp274 void EditorClientBlackBerry::registerUndoStep(PassRefPtr<UndoStep> step) function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h113 virtual void registerUndoStep(WTF::PassRefPtr<UndoStep>);
H A DEditorClientEfl.cpp177 void EditorClientEfl::registerUndoStep(WTF::PassRefPtr<UndoStep> step) function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h104 virtual void registerUndoStep(WTF::PassRefPtr<WebCore::UndoStep>);
H A DEditorClientGtk.cpp285 void EditorClient::registerUndoStep(WTF::PassRefPtr<WebCore::UndoStep> step) function in class:WebKit::EditorClient
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h79 void registerUndoStep(PassRefPtr<WebCore::UndoStep>);
H A DWebEditorClient.cpp543 void WebEditorClient::registerUndoStep(PassRefPtr<UndoStep> step) function in class:WebEditorClient
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h70 virtual void registerUndoStep(WTF::PassRefPtr<WebCore::UndoStep>);
H A DEditorClientWinCE.cpp156 void EditorClientWinCE::registerUndoStep(WTF::PassRefPtr<WebCore::UndoStep>) function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h111 virtual void registerUndoStep(PassRefPtr<WebCore::UndoStep>) OVERRIDE;
H A DWebEditorClient.mm553 void WebEditorClient::registerUndoStep(PassRefPtr<UndoStep> cmd)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h74 virtual void registerUndoStep(PassRefPtr<WebCore::UndoStep>) OVERRIDE;
H A DWebEditorClient.cpp245 void WebEditorClient::registerUndoStep(PassRefPtr<UndoStep> step) function in class:WebKit::WebEditorClient
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.cpp870 client()->registerUndoStep(m_lastEditCommand->ensureComposition());
902 client()->registerUndoStep(cmd);

Completed in 356 milliseconds