HomeSort by relevance Sort by last modified time
    Searched refs:WebFormSubmissionListenerProxy (Results 1 - 9 of 9) 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);
WebFormClient.h 40 class WebFormSubmissionListenerProxy;
44 bool willSubmitForm(WebPageProxy*, WebFrameProxy*, WebFrameProxy*, const Vector<std::pair<String, String> >& textFieldValues, APIObject* userData, WebFormSubmissionListenerProxy*);
WebFormClient.cpp 36 bool WebFormClient::willSubmitForm(WebPageProxy* page, WebFrameProxy* frame, WebFrameProxy* sourceFrame, const Vector<std::pair<String, String> >& textFieldValues, APIObject* userData, WebFormSubmissionListenerProxy* listener)
WebFrameProxy.h 49 class WebFormSubmissionListenerProxy;
134 WebFormSubmissionListenerProxy* setUpFormSubmissionListenerProxy(uint64_t listenerID);
WebFrameProxy.cpp 31 #include "WebFormSubmissionListenerProxy.h"
286 WebFormSubmissionListenerProxy* WebFrameProxy::setUpFormSubmissionListenerProxy(uint64_t listenerID)
290 m_activeListener = WebFormSubmissionListenerProxy::create(this, listenerID);
291 return static_cast<WebFormSubmissionListenerProxy*>(m_activeListener.get());
WebPageProxy.cpp 55 #include "WebFormSubmissionListenerProxy.h"
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFormSubmissionListener.cpp 30 #include "WebFormSubmissionListenerProxy.h"
36 return toAPI(WebFormSubmissionListenerProxy::APIType);
WKAPICast.h 62 class WebFormSubmissionListenerProxy;
91 WK_ADD_API_MAPPING(WKFormSubmissionListenerRef, WebFormSubmissionListenerProxy)

Completed in 572 milliseconds