HomeSort by relevance Sort by last modified time
    Searched refs:WebFrameListenerProxy (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebFrameListenerProxy.cpp 27 #include "WebFrameListenerProxy.h"
33 WebFrameListenerProxy::WebFrameListenerProxy(WebFrameProxy* frame, uint64_t listenerID)
39 WebFrameListenerProxy::~WebFrameListenerProxy()
43 void WebFrameListenerProxy::invalidate()
48 void WebFrameListenerProxy::receivedPolicyDecision(WebCore::PolicyAction action)
WebFrameListenerProxy.h 38 class WebFrameListenerProxy : public APIObject {
40 virtual ~WebFrameListenerProxy();
46 WebFrameListenerProxy(WebFrameProxy*, uint64_t listenerID);
WebFormSubmissionListenerProxy.cpp 32 : WebFrameListenerProxy(frame, listenerID)
WebFormSubmissionListenerProxy.h 29 #include "WebFrameListenerProxy.h"
35 class WebFormSubmissionListenerProxy : public WebFrameListenerProxy {
WebFramePolicyListenerProxy.cpp 34 : WebFrameListenerProxy(frame, listenerID)
WebFramePolicyListenerProxy.h 29 #include "WebFrameListenerProxy.h"
33 class WebFramePolicyListenerProxy : public WebFrameListenerProxy {
WebFrameProxy.h 32 #include "WebFrameListenerProxy.h"
156 RefPtr<WebFrameListenerProxy> m_activeListener;

Completed in 1496 milliseconds