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

  /external/webkit/Source/WebKit/wx/
WebView.cpp 183 IMPLEMENT_DYNAMIC_CLASS(wxWebViewConfirmEvent, wxCommandEvent)
187 wxWebViewConfirmEvent::wxWebViewConfirmEvent(wxWindow* win)
WebView.h 455 class WXDLLIMPEXP_WEBKIT wxWebViewConfirmEvent : public wxWebViewAlertEvent
458 DECLARE_DYNAMIC_CLASS( wxWebViewConfirmEvent )
465 wxWebViewConfirmEvent( wxWindow* win = (wxWindow*) NULL );
466 wxEvent *Clone(void) const { return new wxWebViewConfirmEvent(*this); }
472 class WXDLLIMPEXP_WEBKIT wxWebViewPromptEvent : public wxWebViewConfirmEvent
553 typedef void (wxEvtHandler::*wxWebViewConfirmEventFunction)(wxWebViewConfirmEvent&);

Completed in 2687 milliseconds