Searched refs:GCMProfileService (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service.cc44 class GCMProfileService::IdentityObserver : public IdentityProvider::Observer {
70 base::WeakPtrFactory<GCMProfileService::IdentityObserver> weak_ptr_factory_;
75 GCMProfileService::IdentityObserver::IdentityObserver(Profile* profile,
87 GCMProfileService::IdentityObserver::~IdentityObserver() {
93 void GCMProfileService::IdentityObserver::OnActiveAccountLogin() {
109 base::Bind(&GCMProfileService::IdentityObserver::AccountsUpdated,
116 void GCMProfileService::IdentityObserver::OnActiveAccountLogout() {
129 std::string GCMProfileService::IdentityObserver::SignedInUserName() const {
133 void GCMProfileService::IdentityObserver::AccountsUpdated(
140 bool GCMProfileService
155 GCMProfileService::GCMProfileService(Profile* profile) function in class:gcm::GCMProfileService
163 GCMProfileService::GCMProfileService( function in class:gcm::GCMProfileService
186 GCMProfileService::GCMProfileService() function in class:gcm::GCMProfileService
[all...]
H A Dgcm_profile_service_factory.cc23 GCMProfileService* GCMProfileServiceFactory::GetForProfile(Profile* profile) {
28 return static_cast<GCMProfileService*>(
39 "GCMProfileService",
54 return new GCMProfileService(Profile::FromBrowserContext(context));
56 return new GCMProfileService(
H A Dgcm_profile_service.h31 class GCMProfileService : public KeyedService { class in namespace:gcm
40 explicit GCMProfileService(Profile* profile);
42 GCMProfileService(Profile* profile,
45 virtual ~GCMProfileService();
72 // Used for constructing fake GCMProfileService for testing purpose.
73 GCMProfileService();
81 // Implementation of content::PushMessagingService using GCMProfileService.
93 DISALLOW_COPY_AND_ASSIGN(GCMProfileService);
H A Dgcm_profile_service_factory.h17 class GCMProfileService;
19 // Singleton that owns all GCMProfileService and associates them with
23 static GCMProfileService* GetForProfile(Profile* profile);
H A Dpush_messaging_service_impl.h23 class GCMProfileService;
35 PushMessagingServiceImpl(GCMProfileService* gcm_profile_service,
82 GCMProfileService* gcm_profile_service_; // It owns us.
H A Dfake_gcm_profile_service.h21 class FakeGCMProfileService : public GCMProfileService {
H A Dgcm_profile_service_unittest.cc42 return new GCMProfileService(
94 GCMProfileService* gcm_profile_service_;
138 gcm_profile_service_ = static_cast<GCMProfileService*>(
231 // GCMProfileService that hosts the GCMDriver is not created yet.
H A Dpush_messaging_service_impl.cc60 // Create the GCMProfileService, and hence instantiate this class.
61 GCMProfileService* gcm_service =
72 GCMProfileService* gcm_profile_service,
166 NOTREACHED() << "There is no GCMDriver. Has GCMProfileService shut down?";
273 // The GCMDriver could be NULL if GCMProfileService has been shut down.
/external/chromium_org/chrome/browser/invalidation/
H A Dticl_profile_settings_provider.cc35 if (!gcm::GCMProfileService::IsGCMEnabled(profile_)) {
/external/chromium_org/chrome/browser/ui/webui/
H A Dgcm_internals_ui.cc122 void ReturnResults(Profile* profile, gcm::GCMProfileService* profile_service,
148 gcm::GCMProfileService* profile_service,
156 gcm::GCMProfileService::IsGCMEnabled(profile));
225 gcm::GCMProfileService* profile_service =
250 gcm::GCMProfileService* profile_service =
273 gcm::GCMProfileService* profile_service =
/external/chromium_org/chrome/browser/extensions/api/gcm/
H A Dgcm_api.h14 class GCMProfileService;
H A Dgcm_api.cc101 return gcm::GCMProfileService::IsGCMEnabled(profile);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_gcm_app_handler.h28 class GCMProfileService;
H A Dextension_gcm_app_handler_unittest.cc190 return new gcm::GCMProfileService(
253 // Create GCMProfileService that talks with fake GCMClient.
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc383 gcm::GCMProfileService::RegisterProfilePrefs(registry);

Completed in 270 milliseconds