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

  /external/webkit/WebKit/chromium/public/
WebContextMenuData.h 119 CanPaste = 0x10,
  /external/webkit/WebKit/wx/
WebFrame.cpp 382 bool wxWebFrame::CanPaste()
385 return (m_impl->frame->editor()->canPaste() || m_impl->frame->editor()->canDHTMLPaste());
392 if (CanPaste())
WebView.cpp 730 bool wxWebView::CanPaste()
733 return m_mainFrame->CanPaste();
771 if (CanPaste() && event.GetModifiers() == wxMOD_CMD) {
787 if (CanPaste() && event.GetModifiers() == wxMOD_SHIFT) {

Completed in 22 milliseconds