Home
last modified time | relevance | path

Searched refs:CanCut (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKit/wx/
DWebView.cpp663 bool wxWebView::CanCut() in CanCut() function in wxWebView
666 return m_mainFrame->CanCut(); in CanCut()
724 if (CanCut() && event.GetModifiers() == wxMOD_CMD) { in OnKeyEvents()
740 if (CanCut() && event.GetModifiers() == wxMOD_SHIFT) { in OnKeyEvents()
DWebFrame.cpp340 bool wxWebFrame::CanCut() in CanCut() function in wxWebFrame
350 if (CanCut()) in Cut()
DWebFrame.h115 bool CanCut();
DWebBrowserShell.cpp260 if (webview && webview->CanCut()) in OnCut()
DChangeLog246 (wxWebView::CanCut):
1031 (wxWebFrame::CanCut):
1062 (wxWebView::CanCut):
1289 (wxWebView::CanCut):
1498 (wxWebView::CanCut):
DWebView.h123 bool CanCut();