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

  /external/webkit/Source/WebKit/chromium/public/
WebContextMenuData.h 139 CanPaste = 0x10,
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 444 bool wxWebFrame::CanPaste()
447 return (m_impl->frame->editor()->canPaste() || m_impl->frame->editor()->canDHTMLPaste());
454 if (CanPaste())
WebView.cpp 874 bool wxWebView::CanPaste()
877 return m_mainFrame->CanPaste();
912 if (CanPaste() && event.GetModifiers() == wxMOD_CMD) {
928 if (CanPaste() && event.GetModifiers() == wxMOD_SHIFT) {

Completed in 135 milliseconds