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

  /external/webkit/Source/WebKit/wx/
WebView.cpp 195 IMPLEMENT_DYNAMIC_CLASS(wxWebViewPromptEvent, wxCommandEvent)
199 wxWebViewPromptEvent::wxWebViewPromptEvent(wxWindow* win)
WebView.h 472 class WXDLLIMPEXP_WEBKIT wxWebViewPromptEvent : public wxWebViewConfirmEvent
475 DECLARE_DYNAMIC_CLASS( wxWebViewPromptEvent )
482 wxWebViewPromptEvent( wxWindow* win = (wxWindow*) NULL );
483 wxEvent *Clone(void) const { return new wxWebViewPromptEvent(*this); }
554 typedef void (wxEvtHandler::*wxWebViewPromptEventFunction)(wxWebViewPromptEvent&);

Completed in 35 milliseconds