HomeSort by relevance Sort by last modified time
    Searched defs:canUndo (Results 1 - 14 of 14) sorted by null

  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 214 bool EditorClientHaiku::canUndo() const
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.h 87 virtual HRESULT STDMETHODCALLTYPE canUndo(BOOL*) { return E_NOTIMPL; }
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 213 bool EditorClientAndroid::canUndo() const { return false; }
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 278 bool EditorClientQt::canUndo() const
283 return m_page->undoStack()->canUndo();
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 246 virtual HRESULT STDMETHODCALLTYPE canUndo(
WebEditorClient.cpp 568 bool WebEditorClient::canUndo() const
573 uiDelegate->canUndo(&result);
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 321 bool EditorClientWx::canUndo() const
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 316 bool EditorClientImpl::canUndo() const
328 if (canUndo()) {
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 265 bool EditorClient::canUndo() const
277 if (canUndo()) {
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 96 bool canUndo() { return !m_undoStack->isEmpty(); }
144 if (!canUndo())
257 HRESULT STDMETHODCALLTYPE UIDelegate::canUndo(
263 *result = m_undoManager->canUndo();
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 376 virtual bool canUndo() const { return false; }
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 216 milliseconds