HomeSort by relevance Sort by last modified time
    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