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

  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service.cc 44 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::IsGCMEnabled(Profile* profile)
    [all...]
gcm_profile_service.h 31 class GCMProfileService : public KeyedService {
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);

Completed in 59 milliseconds