OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebFrameListenerProxy
(Results
1 - 2
of
2
) 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);
Completed in 669 milliseconds