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

  /external/webkit/Source/WebKit2/UIProcess/
WebFormSubmissionListenerProxy.cpp 27 #include "WebFormSubmissionListenerProxy.h"
31 WebFormSubmissionListenerProxy::WebFormSubmissionListenerProxy(WebFrameProxy* frame, uint64_t listenerID)
36 void WebFormSubmissionListenerProxy::continueSubmission()
WebFormSubmissionListenerProxy.h 35 class WebFormSubmissionListenerProxy : public WebFrameListenerProxy {
39 static PassRefPtr<WebFormSubmissionListenerProxy> create(WebFrameProxy* frame, uint64_t listenerID)
41 return adoptRef(new WebFormSubmissionListenerProxy(frame, listenerID));
47 WebFormSubmissionListenerProxy(WebFrameProxy*, uint64_t listenerID);

Completed in 27 milliseconds