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

  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_factory.h 21 class GCMProfileServiceFactory : public BrowserContextKeyedServiceFactory {
24 static GCMProfileServiceFactory* GetInstance();
27 friend struct DefaultSingletonTraits<GCMProfileServiceFactory>;
29 GCMProfileServiceFactory();
30 virtual ~GCMProfileServiceFactory();
38 DISALLOW_COPY_AND_ASSIGN(GCMProfileServiceFactory);
gcm_profile_service_factory.cc 15 GCMProfileService* GCMProfileServiceFactory::GetForProfile(Profile* profile) {
24 GCMProfileServiceFactory* GCMProfileServiceFactory::GetInstance() {
25 return Singleton<GCMProfileServiceFactory>::get();
28 GCMProfileServiceFactory::GCMProfileServiceFactory()
34 GCMProfileServiceFactory::~GCMProfileServiceFactory() {
37 BrowserContextKeyedService* GCMProfileServiceFactory::BuildServiceInstanceFor(
43 content::BrowserContext* GCMProfileServiceFactory::GetBrowserContextToUse
    [all...]

Completed in 79 milliseconds