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.
90 DISALLOW_COPY_AND_ASSIGN(GCMProfileService);
H A Dgcm_profile_service.cc32 class GCMProfileService::IdentityObserver : public IdentityProvider::Observer {
54 GCMProfileService::IdentityObserver::IdentityObserver(Profile* profile,
66 GCMProfileService::IdentityObserver::~IdentityObserver() {
70 void GCMProfileService::IdentityObserver::OnActiveAccountLogin() {
80 void GCMProfileService::IdentityObserver::OnActiveAccountLogout() {
84 std::string GCMProfileService::IdentityObserver::SignedInUserName() const {
90 bool GCMProfileService::IsGCMEnabled(Profile* profile) {
95 void GCMProfileService::RegisterProfilePrefs(
105 GCMProfileService::GCMProfileService(Profil function in class:gcm::GCMProfileService
113 GCMProfileService::GCMProfileService( function in class:gcm::GCMProfileService
129 GCMProfileService::GCMProfileService() function in class:gcm::GCMProfileService
[all...]

Completed in 196 milliseconds