Searched refs:list (Results 276 - 300 of 4308) sorted by path

<<11121314151617181920>>

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_file_system_helper.h8 #include <list>
36 // The client's callback is passed a list of FileSystemInfo objects containing
69 // upon completion, passing it a constant list of FileSystemInfo objects.
76 void(const std::list<FileSystemInfo>&)>& callback) = 0;
108 // Clear this helper's list of canned filesystems.
117 // Returns the current list of filesystems.
118 const std::list<FileSystemInfo>& GetFileSystemInfo() {
124 void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
135 // Holds the current list of filesystems returned to the client.
136 std::list<FileSystemInf
[all...]
H A Dbrowsing_data_file_system_helper_unittest.cc51 typedef std::list<BrowsingDataFileSystemHelper::FileSystemInfo>
130 const std::list<BrowsingDataFileSystemHelper::FileSystemInfo>&
133 new std::list<BrowsingDataFileSystemHelper::FileSystemInfo>(
181 // Returns a list of the FileSystemInfo objects gathered in the most recent
213 for (std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator info =
284 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator info =
H A Dbrowsing_data_helper_browsertest.h10 #include <list>
26 const std::list<T>& result() {
32 void callback(const std::list<T>& info) {
40 std::list<T> result_;
H A Dbrowsing_data_indexed_db_helper.cc34 const base::Callback<void(const std::list<IndexedDBInfo>&)>& callback) {
142 const base::Callback<void(const std::list<IndexedDBInfo>&)>& callback) {
146 std::list<IndexedDBInfo> result;
H A Dbrowsing_data_indexed_db_helper.h8 #include <list>
38 const base::Callback<void(const std::list<content::IndexedDBInfo>&)>&
54 std::list<content::IndexedDBInfo> indexed_db_info_;
57 base::Callback<void(const std::list<content::IndexedDBInfo>&)>
104 // Clear the list of canned indexed databases.
113 // Returns the current list of indexed data bases.
119 const base::Callback<void(const std::list<content::IndexedDBInfo>&)>&
H A Dbrowsing_data_indexed_db_helper_browsertest.cc49 std::list<content::IndexedDBInfo> result =
53 std::list<content::IndexedDBInfo>::iterator info =
74 std::list<content::IndexedDBInfo> result =
H A Dbrowsing_data_local_storage_helper.cc37 const base::Callback<void(const std::list<LocalStorageInfo>&)>& callback) {
111 const base::Callback<void(const std::list<LocalStorageInfo>&)>& callback) {
115 std::list<LocalStorageInfo> result;
H A Dbrowsing_data_local_storage_helper.h8 #include <list>
47 const base::Callback<void(const std::list<LocalStorageInfo>&)>& callback);
59 base::Callback<void(const std::list<LocalStorageInfo>&)> completion_callback_;
61 std::list<LocalStorageInfo> local_storage_info_;
82 // Clear the list of canned local storages.
96 const base::Callback<void(const std::list<LocalStorageInfo>&)>& callback)
H A Dbrowsing_data_local_storage_helper_browsertest.cc85 const std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo>&
92 typedef std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo>
163 std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo> result =
167 std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo>::iterator info =
187 std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo> result =
H A Dbrowsing_data_quota_helper.h8 #include <list>
60 typedef std::list<QuotaInfo> QuotaInfoArray;
H A Dbrowsing_data_service_worker_helper.cc33 void(const std::list<ServiceWorkerUsageInfo>&)>& callback) {
154 void(const std::list<ServiceWorkerUsageInfo>&)>& callback) {
158 std::list<ServiceWorkerUsageInfo> result;
H A Dbrowsing_data_service_worker_helper.h8 #include <list>
42 void(const std::list<content::ServiceWorkerUsageInfo>&)>& callback);
58 std::list<content::ServiceWorkerUsageInfo> service_worker_info_;
61 base::Callback<void(const std::list<content::ServiceWorkerUsageInfo>&)>
114 // Clear the list of canned Service Workers.
123 // Returns the current list of Service Workers.
130 const std::list<content::ServiceWorkerUsageInfo>&)>& callback) OVERRIDE;
H A Dcookies_tree_model.cc298 std::list<net::CanonicalCookie>::iterator cookie)
320 std::list<content::AppCacheInfo>::iterator appcache_info)
348 std::list<BrowsingDataDatabaseHelper::DatabaseInfo>::iterator database_info)
375 std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo>::iterator
403 std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo>::iterator
433 std::list<content::IndexedDBInfo>::iterator
460 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator
487 std::list<BrowsingDataQuotaHelper::QuotaInfo>::iterator quota_info)
539 std::list<content::ServiceWorkerUsageInfo>::iterator service_worker_info)
698 std::list<BrowsingDataQuotaHelpe
[all...]
H A Dcookies_tree_model.h11 #include <list>
213 std::list<BrowsingDataQuotaHelper::QuotaInfo>::iterator quota_info);
262 std::list<net::CanonicalCookie>::iterator cookie);
272 std::list<net::CanonicalCookie>::iterator cookie_;
301 std::list<content::AppCacheInfo>::iterator appcache_info);
309 std::list<content::AppCacheInfo>::iterator appcache_info_;
336 std::list<BrowsingDataDatabaseHelper::DatabaseInfo>::iterator
346 std::list<BrowsingDataDatabaseHelper::DatabaseInfo>::iterator
375 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator
385 std::list<BrowsingDataFileSystemHelpe
[all...]
H A Dlocal_data_container.cc133 std::list<AppCacheInfo>& info_list = appcache_info_[origin->first];
H A Dlocal_data_container.h8 #include <list>
38 typedef std::list<net::CanonicalCookie> CookieList;
39 typedef std::list<BrowsingDataDatabaseHelper::DatabaseInfo> DatabaseInfoList;
40 typedef std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo>
42 typedef std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo>
44 typedef std::list<content::IndexedDBInfo>
46 typedef std::list<BrowsingDataFileSystemHelper::FileSystemInfo>
48 typedef std::list<BrowsingDataQuotaHelper::QuotaInfo> QuotaInfoList;
50 typedef std::list<content::ServiceWorkerUsageInfo> ServiceWorkerUsageInfoList;
51 typedef std::map<GURL, std::list<conten
[all...]
H A Dmock_browsing_data_database_helper.cc19 const base::Callback<void(const std::list<DatabaseInfo>&)>& callback) {
H A Dmock_browsing_data_database_helper.h8 #include <list>
16 // Use AddDatabaseSamples() or add directly to response_ list, then call
23 const base::Callback<void(const std::list<DatabaseInfo>&)>& callback)
49 base::Callback<void(const std::list<DatabaseInfo>&)> callback_;
54 std::list<DatabaseInfo> response_;
H A Dmock_browsing_data_file_system_helper.cc19 const base::Callback<void(const std::list<FileSystemInfo>&)>& callback) {
H A Dmock_browsing_data_file_system_helper.h8 #include <list>
17 // Use AddFileSystemSamples() or add directly to response_ list, then call
25 void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
52 base::Callback<void(const std::list<FileSystemInfo>&)> callback_;
57 std::list<FileSystemInfo> response_;
H A Dmock_browsing_data_indexed_db_helper.cc25 const base::Callback<void(const std::list<content::IndexedDBInfo>&)>&
H A Dmock_browsing_data_indexed_db_helper.h8 #include <list>
18 // Use AddIndexedDBSamples() or add directly to response_ list, then
40 const base::Callback<void(const std::list<content::IndexedDBInfo>&)>&
47 base::Callback<void(const std::list<content::IndexedDBInfo>&)> callback_;
49 std::list<content::IndexedDBInfo> response_;
H A Dmock_browsing_data_local_storage_helper.cc20 const base::Callback<void(const std::list<LocalStorageInfo>&)>& callback) {
H A Dmock_browsing_data_local_storage_helper.h8 #include <list>
16 // Use AddLocalStorageSamples() or add directly to response_ list, then
25 const base::Callback<void(const std::list<LocalStorageInfo>&)>& callback)
47 base::Callback<void(const std::list<LocalStorageInfo>&)> callback_;
51 std::list<LocalStorageInfo> response_;
H A Dmock_browsing_data_quota_helper.h8 #include <list>
32 std::list<QuotaInfo> response_;

Completed in 349 milliseconds

<<11121314151617181920>>