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

  /external/webkit/WebCore/editing/
Editor.h 88 bool canCut() const;
Editor.cpp 148 bool Editor::canCut() const
357 if (canCut())
    [all...]
EditorCommand.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 234 if (m_webView->focusedWebCoreFrame()->editor()->canCut())
235 data.editFlags |= WebContextMenuData::CanCut;
  /external/webkit/WebKit/wx/
WebFrame.cpp 368 bool wxWebFrame::CanCut()
371 return (m_impl->frame->editor()->canCut() || m_impl->frame->editor()->canDHTMLCut());
378 if (CanCut())
  /external/webkit/WebCore/platform/
ContextMenu.cpp 611 shouldEnable = frame->editor()->canDHTMLCut() || frame->editor()->canCut();
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]

Completed in 1064 milliseconds