Searched defs:WebFramePolicyListenerProxy (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebFramePolicyListenerProxy.cpp27 #include "WebFramePolicyListenerProxy.h"
33 WebFramePolicyListenerProxy::WebFramePolicyListenerProxy(WebFrameProxy* frame, uint64_t listenerID) function in class:WebKit::WebFramePolicyListenerProxy
38 void WebFramePolicyListenerProxy::use()
43 void WebFramePolicyListenerProxy::download()
48 void WebFramePolicyListenerProxy::ignore()
H A DWebFramePolicyListenerProxy.h33 class WebFramePolicyListenerProxy : public WebFrameListenerProxy { class in namespace:WebKit
37 static PassRefPtr<WebFramePolicyListenerProxy> create(WebFrameProxy* frame, uint64_t listenerID)
39 return adoptRef(new WebFramePolicyListenerProxy(frame, listenerID));
47 WebFramePolicyListenerProxy(WebFrameProxy*, uint64_t listenerID);

Completed in 95 milliseconds