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

  /external/webkit/WebKit/chromium/public/
WebContextMenuData.h 117 CanCut = 0x4,
  /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())
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) {

Completed in 42 milliseconds