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

  /external/chromium_org/content/browser/service_worker/
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_registration_unittest.cc 29 const int64 registration_id = -1L; local
35 registration_id);
51 int64 registration_id = -1L; local
56 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,

Completed in 293 milliseconds