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

  /external/chromium_org/content/browser/service_worker/
service_worker_context_unittest.cc 113 int64 old_registration_id = -1L; local
117 MakeRegisteredCallback(&called, &old_registration_id));
134 ASSERT_NE(old_registration_id, new_registration_id);
144 int64 old_registration_id = -1L; local
148 MakeRegisteredCallback(&called, &old_registration_id));
165 ASSERT_EQ(old_registration_id, new_registration_id);
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_unittest.cc 484 std::string old_registration_id = registration_id_; local
508 EXPECT_EQ(old_registration_id, registration_id_);

Completed in 87 milliseconds