Searched refs:GetAllRegistrations (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_internals_ui.h53 void GetAllRegistrations(const base::ListValue* args);
H A Dservice_worker_context_wrapper.cc150 context_core_->storage()->GetAllRegistrations(base::Bind(
195 context_core_->storage()->GetAllRegistrations(base::Bind(
H A Dservice_worker_database.h99 Status GetAllRegistrations(std::vector<RegistrationData>* registrations);
H A Dservice_worker_storage_unittest.cc255 void GetAllRegistrations( function in class:content::ServiceWorkerStorageTest
258 storage()->GetAllRegistrations(
481 // Should not be findable, including by GetAllRegistrations.
496 GetAllRegistrations(&all_registrations);
519 GetAllRegistrations(&all_registrations);
541 GetAllRegistrations(&all_registrations);
H A Dservice_worker_storage.h93 void GetAllRegistrations(const GetAllRegistrationInfosCallback& callback);
H A Dservice_worker_internals_ui.cc255 context->context()->storage()->GetAllRegistrations(callback);
415 base::Bind(&ServiceWorkerInternalsUI::GetAllRegistrations,
475 void ServiceWorkerInternalsUI::GetAllRegistrations(const ListValue* args) { function in class:content::ServiceWorkerInternalsUI
H A Dservice_worker_database_unittest.cc393 TEST(ServiceWorkerDatabaseTest, GetAllRegistrations) {
398 database->GetAllRegistrations(&registrations));
451 database->GetAllRegistrations(&registrations));
H A Dservice_worker_storage.cc395 void ServiceWorkerStorage::GetAllRegistrations( function in class:content::ServiceWorkerStorage
398 &ServiceWorkerStorage::GetAllRegistrations,
412 base::Bind(&ServiceWorkerDatabase::GetAllRegistrations,
H A Dservice_worker_database.cc418 ServiceWorkerDatabase::Status ServiceWorkerDatabase::GetAllRegistrations( function in class:content::ServiceWorkerDatabase

Completed in 175 milliseconds