HomeSort by relevance Sort by last modified time
    Searched refs:canUndo (Results 26 - 50 of 50) sorted by null

12

  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 160 if (m_webView->focusedWebCoreFrame()->editor()->canUndo())
161 data.editFlags |= WebContextMenuData::CanUndo;
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 173 bool EditorClientEfl::canUndo() const
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 172 bool EditorClientWinCE::canUndo() const
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 326 bool EditorClientWx::canUndo() const
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 585 bool WebEditorClient::canUndo() const
587 return [[m_webView undoManager] canUndo];
597 if (canUndo())
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.h 266 bool canUndo();
Editor.cpp     [all...]
EditorCommand.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 474 virtual bool canUndo() const { return false; }
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 336 if (m_impl->frame && m_impl->frame->editor() && CanUndo())
346 bool wxWebFrame::CanUndo()
349 return m_impl->frame->editor()->canUndo();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 256 bool WebEditorClient::canUndo() const
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 247 virtual HRESULT STDMETHODCALLTYPE canUndo(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 673 @method canUndo:
676 HRESULT canUndo([out, retval] BOOL* result);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 234 return (undoOrRedo == WebPageProxy::Undo) ? [[m_wkView undoManager] canUndo] : [[m_wkView undoManager] canRedo];
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 595 return mIsActive && !mPhotoView.canUndo();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 926 milliseconds

12