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

  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 79 virtual void registerCommandForUndo(PassRefPtr<EditCommand>);
EditorClientHaiku.cpp 199 void EditorClientHaiku::registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand> cmd)
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.h 78 virtual void registerCommandForUndo(PassRefPtr<EditCommand>);
EditorClientQt.cpp 256 void EditorClientQt::registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand> cmd)
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.h 80 virtual void registerCommandForUndo(PassRefPtr<EditCommand>);
EditorClientWx.cpp 284 void EditorClientWx::registerCommandForUndo(PassRefPtr<EditCommand> command)
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 77 virtual void registerCommandForUndo(PassRefPtr<EditCommand>);
EditorClientAndroid.cpp 210 void EditorClientAndroid::registerCommandForUndo(PassRefPtr<EditCommand>) {}
  /external/webkit/WebCore/page/
EditorClient.h 120 virtual void registerCommandForUndo(PassRefPtr<EditCommand>) = 0;
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 78 virtual void registerCommandForUndo(PassRefPtr<WebCore::EditCommand>);
EditorClientImpl.cpp 296 void EditorClientImpl::registerCommandForUndo(PassRefPtr<EditCommand> command)
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 89 virtual void registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand>);
EditorClientGtk.cpp 245 void EditorClient::registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand> command)
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 99 virtual void registerCommandForUndo(PassRefPtr<WebCore::EditCommand>);
WebEditorClient.mm 469 void WebEditorClient::registerCommandForUndo(PassRefPtr<EditCommand> cmd)
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.h 80 void registerCommandForUndo(PassRefPtr<WebCore::EditCommand>);
WebEditorClient.cpp 527 void WebEditorClient::registerCommandForUndo(PassRefPtr<EditCommand> command)
  /external/webkit/WebCore/loader/
EmptyClients.h 372 virtual void registerCommandForUndo(PassRefPtr<EditCommand>) { }
  /external/webkit/WebCore/editing/
Editor.cpp 887 client()->registerCommandForUndo(m_lastEditCommand);
914 client()->registerCommandForUndo(cmd);
    [all...]

Completed in 378 milliseconds