Searched defs:GCMProfileService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/services/gcm/
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.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...]

Completed in 152 milliseconds