Searched refs:wxWebViewLoadEvent (Results 1 – 7 of 7) sorted by relevance
233 wxWebViewLoadEvent wkEvent(m_webView); in dispatchDidHandleOnloadEvents()290 wxWebViewLoadEvent wkEvent(m_webView); in dispatchDidStartProvisionalLoad()313 wxWebViewLoadEvent wkEvent(m_webView); in dispatchDidCommitLoad()323 wxWebViewLoadEvent wkEvent(m_webView); in dispatchDidFinishDocumentLoad()397 wxWebViewLoadEvent wkEvent(m_webView); in postProgressFinishedNotification()751 wxWebViewLoadEvent wkEvent(m_webView); in dispatchDidFailLoading()
310 class WXDLLIMPEXP_WEBKIT wxWebViewLoadEvent : public wxCommandEvent313 DECLARE_DYNAMIC_CLASS( wxWebViewLoadEvent ) in DECLARE_DYNAMIC_CLASS() argument322 wxWebViewLoadEvent( wxWindow* win = (wxWindow*) NULL );323 wxEvent *Clone(void) const { return new wxWebViewLoadEvent(*this); } in Clone()547 typedef void (wxEvtHandler::*wxWebViewLoadEventFunction)(wxWebViewLoadEvent&);
67 void OnLoadEvent(wxWebViewLoadEvent& event);
110 IMPLEMENT_DYNAMIC_CLASS(wxWebViewLoadEvent, wxCommandEvent) in IMPLEMENT_DYNAMIC_CLASS() argument114 wxWebViewLoadEvent::wxWebViewLoadEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
222 void wxWebBrowserShell::OnLoadEvent(wxWebViewLoadEvent& event) in OnLoadEvent()
3362 (wxWebViewLoadEvent::wxWebViewLoadEvent):3608 wxWebViewLoadEvent to reflect that all 'states' are load states.3626 (wxWebViewLoadEvent::wxWebViewLoadEvent):
88 void OnLoadEvent(wxWebViewLoadEvent& event) in OnLoadEvent()