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

/external/webkit/Source/WebKit2/UIProcess/
H A DWebFrameListenerProxy.cpp27 #include "WebFrameListenerProxy.h"
33 WebFrameListenerProxy::WebFrameListenerProxy(WebFrameProxy* frame, uint64_t listenerID) function in class:WebKit::WebFrameListenerProxy
39 WebFrameListenerProxy::~WebFrameListenerProxy()
43 void WebFrameListenerProxy::invalidate()
48 void WebFrameListenerProxy::receivedPolicyDecision(WebCore::PolicyAction action)
H A DWebFrameListenerProxy.h38 class WebFrameListenerProxy : public APIObject { class in namespace:WebKit
40 virtual ~WebFrameListenerProxy();
46 WebFrameListenerProxy(WebFrameProxy*, uint64_t listenerID);

Completed in 75 milliseconds