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 65 class CONTENT_EXPORT PluginServiceImpl
68 // Returns the PluginServiceImpl singleton.
69 static PluginServiceImpl* GetInstance();
162 friend struct DefaultSingletonTraits<PluginServiceImpl>;
164 // Creates the PluginServiceImpl object, but doesn't actually build the plugin
166 PluginServiceImpl();
167 virtual ~PluginServiceImpl();
254 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 55 milliseconds