OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HelperPluginFrameClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebHelperPluginImpl.h
45
class
HelperPluginFrameClient
;
83
OwnPtr<
HelperPluginFrameClient
> m_frameClient;
WebHelperPluginImpl.cpp
108
//
HelperPluginFrameClient
acts as a filter to only forward messages onto the
112
class
HelperPluginFrameClient
: public WebFrameClient {
114
HelperPluginFrameClient
(WebFrameClient* hostWebFrameClient)
119
virtual ~
HelperPluginFrameClient
()
180
m_frameClient = adoptPtr(new
HelperPluginFrameClient
(client));
Completed in 23 milliseconds