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

  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 220 bool EditorClientHaiku::canRedo() const
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.h 88 virtual HRESULT STDMETHODCALLTYPE canRedo(BOOL*) { return E_NOTIMPL; }
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 214 bool EditorClientAndroid::canRedo() const { return false; }
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 287 bool EditorClientQt::canRedo() const
292 return m_page->undoStack()->canRedo();
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 249 virtual HRESULT STDMETHODCALLTYPE canRedo(
WebEditorClient.cpp 579 bool WebEditorClient::canRedo() const
584 uiDelegate->canRedo(&result);
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 334 bool EditorClientWx::canRedo() const
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 321 bool EditorClientImpl::canRedo() const
339 if (canRedo()) {
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 270 bool EditorClient::canRedo() const
287 if (canRedo()) {
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 95 bool canRedo() { return !m_redoStack->isEmpty(); }
130 if (!canRedo())
267 HRESULT STDMETHODCALLTYPE UIDelegate::canRedo(
273 *result = m_undoManager->canRedo();
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 377 virtual bool canRedo() const { return false; }
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 

Completed in 86 milliseconds