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

  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service.cc 35 class GCMProfileService::IOWorker
37 public base::RefCountedThreadSafe<GCMProfileService::IOWorker>{
39 explicit IOWorker(const base::WeakPtr<GCMProfileService>& service);
76 friend class base::RefCountedThreadSafe<IOWorker>;
77 virtual ~IOWorker();
86 GCMProfileService::IOWorker::IOWorker(
91 GCMProfileService::IOWorker::~IOWorker() {
94 void GCMProfileService::IOWorker::OnCheckInFinished
    [all...]
gcm_profile_service.h 104 class IOWorker;
173 scoped_refptr<IOWorker> io_worker_;

Completed in 27 milliseconds