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

  /external/chromium_org/content/browser/service_worker/
service_worker_job_unittest.cc 145 scoped_refptr<ServiceWorkerRegistration> registration2; local
148 SaveFoundRegistration(SERVICE_WORKER_OK, &called, &registration2));
153 ASSERT_EQ(registration1, registration2);
177 scoped_refptr<ServiceWorkerRegistration> registration2; local
180 SaveFoundRegistration(SERVICE_WORKER_OK, &called, &registration2));
184 ASSERT_EQ(registration1, registration2);
214 scoped_refptr<ServiceWorkerRegistration> registration2; local
217 SaveFoundRegistration(SERVICE_WORKER_OK, &called2, &registration2));
222 ASSERT_NE(registration1, registration2);
493 scoped_refptr<ServiceWorkerRegistration> registration2; local
536 scoped_refptr<ServiceWorkerRegistration> registration2; local
616 scoped_refptr<ServiceWorkerRegistration> registration2; local
648 EXPECT_EQ(scoped_refptr<ServiceWorkerRegistration>(), registration2); local
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
gcm_store_impl_unittest.cc 231 linked_ptr<RegistrationInfo> registration2(new RegistrationInfo);
232 registration2->sender_ids.push_back("sender2_1");
233 registration2->sender_ids.push_back("sender2_2");
234 registration2->registration_id = "registration2";
237 registration2,
256 EXPECT_EQ(registration2->registration_id,
259 EXPECT_EQ(registration2->sender_ids[0],
261 EXPECT_EQ(registration2->sender_ids[1],

Completed in 151 milliseconds