HomeSort by relevance Sort by last modified time
    Searched refs:canRedo (Results 1 - 25 of 46) sorted by null

1 2

  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 91 virtual bool canRedo() const;
EditorClientAndroid.cpp 217 bool EditorClientAndroid::canRedo() const { return false; }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h 88 virtual bool canRedo() const;
EditorClientEfl.cpp 179 bool EditorClientEfl::canRedo() const
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 85 virtual bool canRedo() const;
EditorClientHaiku.cpp 223 bool EditorClientHaiku::canRedo() const
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.h 85 virtual bool canRedo() const;
EditorClientQt.cpp 281 bool EditorClientQt::canRedo() const
286 return m_page->undoStack()->canRedo();
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h 87 virtual bool canRedo() const;
  /external/webkit/Source/WebCore/page/
EditorClient.h 114 virtual bool canRedo() const = 0;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 114 virtual bool canRedo() const;
EditorClientGtk.cpp 519 bool EditorClient::canRedo() const
536 if (canRedo()) {
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.h 84 bool canRedo() const;
WebInspectorDelegate.h 243 virtual HRESULT STDMETHODCALLTYPE canRedo(
WebEditorClient.cpp 588 bool WebEditorClient::canRedo() const
593 uiDelegate->canRedo(&result);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.h 75 virtual bool canRedo() const;
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 95 bool canRedo() { return !m_redoStack->isEmpty(); }
130 if (!canRedo())
271 HRESULT STDMETHODCALLTYPE UIDelegate::canRedo(
277 *result = m_undoManager->canRedo();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 81 public boolean canRedo() {
93 setEnabled(mRedoMenuItem, canRedo());
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 85 virtual bool canRedo() const;
EditorClientImpl.cpp 338 bool EditorClientImpl::canRedo() const
356 if (canRedo()) {
    [all...]
ContextMenuClientImpl.cpp 162 if (m_webView->focusedWebCoreFrame()->editor()->canRedo())
163 data.editFlags |= WebContextMenuData::CanRedo;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 113 virtual bool canRedo() const;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 81 virtual bool canRedo() const;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUndoManager.idl 48 - (BOOL)canRedo
50 HRESULT canRedo([out, retval] BOOL* result);
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 88 virtual HRESULT STDMETHODCALLTYPE canRedo(BOOL*) { return E_NOTIMPL; }

Completed in 703 milliseconds

1 2