Searched refs:wxWebViewNewWindowEvent (Results 1 – 5 of 5) sorted by relevance
330 class WXDLLIMPEXP_WEBKIT wxWebViewNewWindowEvent : public wxCommandEvent333 DECLARE_DYNAMIC_CLASS( wxWebViewNewWindowEvent ) in DECLARE_DYNAMIC_CLASS() argument346 wxWebViewNewWindowEvent( wxWindow* win = static_cast<wxWindow*>(NULL));347 wxEvent *Clone(void) const { return new wxWebViewNewWindowEvent(*this); } in Clone()505 typedef void (wxEvtHandler::*wxWebViewNewWindowEventFunction)(wxWebViewNewWindowEvent&);
126 IMPLEMENT_DYNAMIC_CLASS(wxWebViewNewWindowEvent, wxCommandEvent) in IMPLEMENT_DYNAMIC_CLASS() argument130 wxWebViewNewWindowEvent::wxWebViewNewWindowEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
982 Implement support for wxWebViewNewWindowEvent.1933 (wxWebViewNewWindowEvent::wxWebViewNewWindowEvent):
137 wxWebViewNewWindowEvent wkEvent(m_webView); in createWindow()
772 wxWebViewNewWindowEvent wkEvent(m_webView); in dispatchDecidePolicyForNewWindowAction()