Searched defs:QuotaInfoArray (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper.h60 typedef std::list<QuotaInfo> QuotaInfoArray; typedef in class:BrowsingDataQuotaHelper
61 typedef base::Callback<void(const QuotaInfoArray&)> FetchResultCallback;
H A Dbrowsing_data_quota_helper_unittest.cc26 typedef BrowsingDataQuotaHelper::QuotaInfoArray QuotaInfoArray; typedef in class:BrowsingDataQuotaHelperTest
57 const QuotaInfoArray& quota_info() const {
112 void FetchCompleted(const QuotaInfoArray& quota_info) {
124 QuotaInfoArray quota_info_;

Completed in 2444 milliseconds