OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HelperPluginChromeClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebHelperPluginImpl.h
44
class
HelperPluginChromeClient
;
82
OwnPtr<
HelperPluginChromeClient
> m_chromeClient;
86
friend class
HelperPluginChromeClient
;
WebHelperPluginImpl.cpp
80
class
HelperPluginChromeClient
: public EmptyChromeClient {
81
WTF_MAKE_NONCOPYABLE(
HelperPluginChromeClient
);
85
explicit
HelperPluginChromeClient
(WebHelperPluginImpl* widget)
214
m_chromeClient = adoptPtr(new
HelperPluginChromeClient
(this));
Completed in 85 milliseconds