service_worker_job_unittest.cc | 141 scoped_refptr<ServiceWorkerRegistration> registration1; local 144 SaveFoundRegistration(SERVICE_WORKER_OK, &called, ®istration1)); 151 ASSERT_TRUE(registration1.get()); 152 ASSERT_EQ(registration1, original_registration); 153 ASSERT_EQ(registration1, registration2); 170 scoped_refptr<ServiceWorkerRegistration> registration1; local 173 SaveFoundRegistration(SERVICE_WORKER_OK, &called, ®istration1)); 183 ASSERT_EQ(registration1, original_registration); 184 ASSERT_EQ(registration1, registration2); 210 scoped_refptr<ServiceWorkerRegistration> registration1; local 483 scoped_refptr<ServiceWorkerRegistration> registration1; local 527 scoped_refptr<ServiceWorkerRegistration> registration1; local 607 scoped_refptr<ServiceWorkerRegistration> registration1; local 647 EXPECT_EQ(scoped_refptr<ServiceWorkerRegistration>(), registration1); local 656 scoped_refptr<ServiceWorkerRegistration> registration1; local [all...] |