Home
last modified time | relevance | path

Searched refs:setUpFormSubmissionListenerProxy (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebFrameProxy.h134 WebFormSubmissionListenerProxy* setUpFormSubmissionListenerProxy(uint64_t listenerID);
DWebFrameProxy.cpp286 WebFormSubmissionListenerProxy* WebFrameProxy::setUpFormSubmissionListenerProxy(uint64_t listenerID) in setUpFormSubmissionListenerProxy() function in WebKit::WebFrameProxy
DWebPageProxy.cpp1827 …RefPtr<WebFormSubmissionListenerProxy> listener = frame->setUpFormSubmissionListenerProxy(listener… in willSubmitForm()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1634216 (WebKit::WebFrameProxy::setUpFormSubmissionListenerProxy):
34218 …hange listener functions to act on WebFrameListenerProxys and add setUpFormSubmissionListenerProxy.