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

  /external/chromium_org/content/browser/service_worker/
service_worker_job_unittest.cc 286 scoped_refptr<ServiceWorkerRegistration> old_registration; local
291 SaveRegistration(SERVICE_WORKER_OK, &called, &old_registration));
307 ASSERT_EQ(old_registration, old_registration_by_pattern);
321 ASSERT_TRUE(old_registration->HasOneRef());
323 ASSERT_NE(old_registration, new_registration);
335 ASSERT_NE(new_registration_by_pattern, old_registration);
345 scoped_refptr<ServiceWorkerRegistration> old_registration; local
350 SaveRegistration(SERVICE_WORKER_OK, &called, &old_registration));
378 ASSERT_EQ(old_registration, new_registration);
380 ASSERT_FALSE(old_registration->HasOneRef())
    [all...]
service_worker_database.cc 524 RegistrationData old_registration; local
527 &old_registration);
531 DCHECK_LT(old_registration.version_id, registration.version_id);
533 old_registration.version_id, newly_purgeable_resources, &batch);
539 // |registration| and |old_registration|.
    [all...]

Completed in 93 milliseconds