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

  /external/chromium_org/content/browser/service_worker/
service_worker_job_unittest.cc 141 scoped_refptr<ServiceWorkerRegistration> registration1; local
144 SaveFoundRegistration(SERVICE_WORKER_OK, &called, &registration1));
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, &registration1));
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...]
  /external/chromium_org/google_apis/gcm/engine/
gcm_store_impl_unittest.cc 221 linked_ptr<RegistrationInfo> registration1(new RegistrationInfo);
222 registration1->sender_ids.push_back("sender1");
223 registration1->registration_id = "registration1";
226 registration1,
249 EXPECT_EQ(registration1->registration_id,
252 EXPECT_EQ(registration1->sender_ids[0],
277 EXPECT_EQ(registration1->registration_id,
280 EXPECT_EQ(registration1->sender_ids[0],

Completed in 272 milliseconds