Searched refs:newly_purgeable_resources (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database_unittest.cc124 std::vector<int64> newly_purgeable_resources; local
129 data, resources, &deleted_version_id, &newly_purgeable_resources));
163 std::vector<int64> newly_purgeable_resources; local
171 data1, resources, &deleted_version_id, &newly_purgeable_resources));
214 data2, resources, &deleted_version_id, &newly_purgeable_resources));
242 std::vector<int64> newly_purgeable_resources; local
253 data1, resources, &deleted_version_id, &newly_purgeable_resources));
264 data2, resources, &deleted_version_id, &newly_purgeable_resources));
275 data3, resources, &deleted_version_id, &newly_purgeable_resources));
286 data4, resources, &deleted_version_id, &newly_purgeable_resources));
342 std::vector<int64> newly_purgeable_resources; local
403 std::vector<int64> newly_purgeable_resources; local
486 std::vector<int64> newly_purgeable_resources; local
554 std::vector<int64> newly_purgeable_resources; local
600 std::vector<int64> newly_purgeable_resources; local
655 std::vector<int64> newly_purgeable_resources; local
742 std::vector<int64> newly_purgeable_resources; local
801 std::vector<int64> newly_purgeable_resources; local
948 std::vector<int64> newly_purgeable_resources; local
[all...]
H A Dservice_worker_database.h119 // |newly_purgeable_resources| to its resources. Otherwise, sets
127 std::vector<int64>* newly_purgeable_resources);
145 // |newly_purgeable_resources| to its resources; otherwise, sets |version_id|
151 std::vector<int64>* newly_purgeable_resources);
194 std::vector<int64>* newly_purgeable_resources);
238 std::vector<int64>* newly_purgeable_resources,
H A Dservice_worker_storage.h208 const std::vector<int64>& newly_purgeable_resources,
213 const std::vector<int64>& newly_purgeable_resources,
262 const std::vector<int64>& newly_purgeable_resources,
271 const std::vector<int64>& newly_purgeable_resources,
H A Dservice_worker_database.cc485 std::vector<int64>* newly_purgeable_resources) {
532 old_registration.version_id, newly_purgeable_resources, &batch);
539 std::set<int64> deleted_resources(newly_purgeable_resources->begin(),
540 newly_purgeable_resources->end());
601 std::vector<int64>* newly_purgeable_resources) {
636 itr->version_id, newly_purgeable_resources, &batch);
692 std::vector<int64>* newly_purgeable_resources) {
717 itr->version_id, newly_purgeable_resources, &batch);
873 std::vector<int64>* newly_purgeable_resources,
906 newly_purgeable_resources
481 WriteRegistration( const RegistrationData& registration, const std::vector<ResourceRecord>& resources, int64* deleted_version_id, std::vector<int64>* newly_purgeable_resources) argument
597 DeleteRegistration( int64 registration_id, const GURL& origin, int64* version_id, std::vector<int64>* newly_purgeable_resources) argument
690 DeleteAllDataForOrigin( const GURL& origin, std::vector<int64>* newly_purgeable_resources) argument
871 DeleteResourceRecords( int64 version_id, std::vector<int64>* newly_purgeable_resources, leveldb::WriteBatch* batch) argument
[all...]
H A Dservice_worker_storage.cc939 const std::vector<int64>& newly_purgeable_resources,
950 StartPurgingResources(newly_purgeable_resources);
967 const std::vector<int64>& newly_purgeable_resources,
980 StartPurgingResources(newly_purgeable_resources);
1233 std::vector<int64> newly_purgeable_resources; local
1235 registration_id, origin, &version_id, &newly_purgeable_resources);
1264 callback, deletable, version_id, newly_purgeable_resources, status));
1275 std::vector<int64> newly_purgeable_resources; local
1277 data, resources, &deleted_version_id, &newly_purgeable_resources);
1282 newly_purgeable_resources,
935 DidStoreRegistration( const StatusCallback& callback, const GURL& origin, int64 deleted_version_id, const std::vector<int64>& newly_purgeable_resources, ServiceWorkerDatabase::Status status) argument
963 DidDeleteRegistration( const DidDeleteRegistrationParams& params, bool origin_is_deletable, int64 version_id, const std::vector<int64>& newly_purgeable_resources, ServiceWorkerDatabase::Status status) argument
[all...]

Completed in 114 milliseconds