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

  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 164 if (m_webView->focusedWebCoreFrame()->editor()->canCut())
165 data.editFlags |= WebContextMenuData::CanCut;
  /external/webkit/Source/WebCore/editing/
Editor.h 108 bool canCut() const;
Editor.cpp 212 bool Editor::canCut() const
464 if (canCut())
    [all...]
EditorCommand.cpp     [all...]
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 430 bool wxWebFrame::CanCut()
433 return (m_impl->frame->editor()->canCut() || m_impl->frame->editor()->canDHTMLCut());
440 if (CanCut())
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 318 milliseconds