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

  /external/webkit/WebKit/chromium/public/
WebContextMenuData.h 117 CanCut = 0x4,
  /external/webkit/WebKit/wx/
WebFrame.h 106 bool CanCut();
WebView.cpp 716 bool wxWebView::CanCut()
719 return m_mainFrame->CanCut();
777 if (CanCut() && event.GetModifiers() == wxMOD_CMD) {
793 if (CanCut() && event.GetModifiers() == wxMOD_SHIFT) {
WebFrame.cpp 368 bool wxWebFrame::CanCut()
371 return (m_impl->frame->editor()->canCut() || m_impl->frame->editor()->canDHTMLCut());
378 if (CanCut())
WebBrowserShell.cpp 260 if (webview && webview->CanCut())
WebView.h 148 bool CanCut();
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 234 if (m_webView->focusedWebCoreFrame()->editor()->canCut())
235 data.editFlags |= WebContextMenuData::CanCut;

Completed in 54 milliseconds