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

  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service.h 41 class GCMProfileService : public BrowserContextKeyedService,
64 explicit GCMProfileService(Profile* profile);
66 GCMProfileService(Profile* profile, TestingDelegate* testing_delegate);
67 virtual ~GCMProfileService();
192 base::WeakPtrFactory<GCMProfileService> weak_ptr_factory_;
194 DISALLOW_COPY_AND_ASSIGN(GCMProfileService);
gcm_profile_service.cc 35 class GCMProfileService::IOWorker
37 public base::RefCountedThreadSafe<GCMProfileService::IOWorker>{
39 explicit IOWorker(const base::WeakPtr<GCMProfileService>& service);
79 const base::WeakPtr<GCMProfileService> service_;
86 GCMProfileService::IOWorker::IOWorker(
87 const base::WeakPtr<GCMProfileService>& service)
91 GCMProfileService::IOWorker::~IOWorker() {
94 void GCMProfileService::IOWorker::OnCheckInFinished(
104 base::Bind(&GCMProfileService::CheckInFinished,
110 void GCMProfileService::IOWorker::OnRegisterFinished
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.cc 88 return gcm::GCMProfileService::IsGCMEnabled() &&
92 gcm::GCMProfileService* GcmApiFunction::GCMProfileService() const {
110 GCMProfileService()->Register(
145 GCMProfileService()->Send(

Completed in 604 milliseconds