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

  /external/webkit/WebKit/wx/
WebView.cpp 186 IMPLEMENT_DYNAMIC_CLASS(wxWebViewPromptEvent, wxCommandEvent)
190 wxWebViewPromptEvent::wxWebViewPromptEvent(wxWindow* win)
WebView.h 448 class WXDLLIMPEXP_WEBKIT wxWebViewPromptEvent : public wxWebViewConfirmEvent
451 DECLARE_DYNAMIC_CLASS( wxWebViewPromptEvent )
458 wxWebViewPromptEvent( wxWindow* win = (wxWindow*) NULL );
459 wxEvent *Clone(void) const { return new wxWebViewPromptEvent(*this); }
510 typedef void (wxEvtHandler::*wxWebViewPromptEventFunction)(wxWebViewPromptEvent&);

Completed in 494 milliseconds