Searched refs:CanPaste (Results 1 – 10 of 10) sorted by relevance
139 CanPaste = 0x10, enumerator
874 bool wxWebView::CanPaste() in CanPaste() function in wxWebView877 return m_mainFrame->CanPaste(); in CanPaste()912 if (CanPaste() && event.GetModifiers() == wxMOD_CMD) { in OnKeyEvents()928 if (CanPaste() && event.GetModifiers() == wxMOD_SHIFT) { in OnKeyEvents()
124 bool CanPaste();
444 bool wxWebFrame::CanPaste() in CanPaste() function in wxWebFrame454 if (CanPaste()) in Paste()
279 if (webview && webview->CanPaste()) in OnPaste()
151 bool CanPaste();
2303 (wxWebView::CanPaste):3089 (wxWebFrame::CanPaste):3120 (wxWebView::CanPaste):3346 (wxWebView::CanPaste):3556 (wxWebView::CanPaste):
169 data.editFlags |= WebContextMenuData::CanPaste; in getCustomMenuFromDefaultItems()
1021 return !!(params_.edit_flags & WebContextMenuData::CanPaste); in IsCommandIdEnabled()
1077 case IDC_PASTE: return !!CanPaste(); in IsCommandIdEnabled()