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

  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_api_factory.h 15 class DialAPIFactory : public RefcountedBrowserContextKeyedServiceFactory {
20 static DialAPIFactory* GetInstance();
23 friend struct DefaultSingletonTraits<DialAPIFactory>;
25 DialAPIFactory();
26 virtual ~DialAPIFactory();
34 DISALLOW_COPY_AND_ASSIGN(DialAPIFactory);
dial_api_factory.cc 15 scoped_refptr<DialAPI> DialAPIFactory::GetForBrowserContext(
22 DialAPIFactory* DialAPIFactory::GetInstance() {
23 return Singleton<DialAPIFactory>::get();
26 DialAPIFactory::DialAPIFactory() : RefcountedBrowserContextKeyedServiceFactory(
31 DialAPIFactory::~DialAPIFactory() {
35 DialAPIFactory::BuildServiceInstanceFor(
40 bool DialAPIFactory::ServiceIsCreatedWithBrowserContext() const
    [all...]

Completed in 8355 milliseconds