HomeSort by relevance Sort by last modified time
    Searched defs:PluginServiceImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/
plugin_service_impl.h 61 class CONTENT_EXPORT PluginServiceImpl
64 // Returns the PluginServiceImpl singleton.
65 static PluginServiceImpl* GetInstance();
158 friend struct DefaultSingletonTraits<PluginServiceImpl>;
160 // Creates the PluginServiceImpl object, but doesn't actually build the plugin
162 PluginServiceImpl();
163 virtual ~PluginServiceImpl();
250 DISALLOW_COPY_AND_ASSIGN(PluginServiceImpl);
plugin_service_impl.cc 128 return PluginServiceImpl::GetInstance();
142 PluginServiceImpl* PluginServiceImpl::GetInstance() {
143 return Singleton<PluginServiceImpl>::get();
146 PluginServiceImpl::PluginServiceImpl()
149 // PluginServiceImpl objects, to be precise). The number is used to normalize
159 PluginServiceImpl::~PluginServiceImpl() {
173 void PluginServiceImpl::Init()
    [all...]

Completed in 77 milliseconds