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

  /external/chromium_org/content/child/service_worker/
web_service_worker_impl.h 17 explicit WebServiceWorkerImpl(int64 registration_id)
18 : registration_id_(registration_id) {}
service_worker_dispatcher.h 61 void OnRegistered(int32 thread_id, int32 request_id, int64 registration_id);
service_worker_dispatcher.cc 99 int64 registration_id) {
106 // the browser has to generate the registration_id so the same
113 new WebServiceWorkerImpl(registration_id));
  /external/chromium_org/content/browser/service_worker/
service_worker_registration.cc 13 int64 registration_id)
16 registration_id_(registration_id),
service_worker_registration_unittest.cc 29 const int64 registration_id = -1L; local
35 registration_id);
51 int64 registration_id = -1L; local
56 registration_id);
service_worker_context_unittest.cc 70 int64 registration_id = -1L; local
75 MakeRegisteredCallback(&called, &registration_id));
81 ASSERT_NE(-1L, registration_id);
89 int64 registration_id = -1L; local
93 MakeRegisteredCallback(&called, &registration_id));
service_worker_dispatcher_host.h 54 int64 registration_id);
service_worker_registration.h 39 int64 registration_id);
service_worker_context_core.h 47 int64 registration_id)> RegistrationCallback;
service_worker_dispatcher_host.cc 169 int64 registration_id) {
176 thread_id, request_id, registration_id));
  /external/chromium_org/chrome/browser/services/gcm/
gcm_client_mock.cc 59 std::string registration_id = GetRegistrationIdFromSenderIds(sender_ids); local
67 registration_id));
131 // Simulate the registration_id by concaternating all sender IDs.
132 // Set registration_id to empty to denote an error if sender_ids contains a
134 std::string registration_id; local
139 registration_id += ",";
140 registration_id += sender_ids[i];
143 return registration_id;
gcm_profile_service.h 44 typedef base::Callback<void(const std::string& registration_id,
111 std::string registration_id; member in struct:gcm::GCMProfileService::RegistrationInfo
136 std::string registration_id,
gcm_profile_service.cc 46 const std::string& registration_id,
112 const std::string& registration_id,
122 registration_id,
346 callback.Run(registration_info_iter->second.registration_id,
543 std::string registration_id,
562 registration_info_iter->second.registration_id = registration_id;
570 callback.Run(registration_id, result);
652 registration_info.registration_id);
698 if (!dict->GetString(kRegistrationIDKey, &registration_info->registration_id))
    [all...]
gcm_profile_service_unittest.cc 336 void RegisterCompleted(const std::string& registration_id,
338 registration_id_ = registration_id;
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.h 53 void CompleteFunctionWithResult(const std::string& registration_id,
gcm_api.cc 120 const std::string& registration_id,
122 SetResult(base::Value::CreateStringValue(registration_id));
  /external/chromium_org/google_apis/gcm/
gcm_client.h 91 // |registration_id|: non-empty if the registration completed successfully.
94 const std::string& registration_id,

Completed in 233 milliseconds