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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper.h 60 typedef std::list<QuotaInfo> QuotaInfoArray;
61 typedef base::Callback<void(const QuotaInfoArray&)> FetchResultCallback;
browsing_data_quota_helper_unittest.cc 26 typedef BrowsingDataQuotaHelper::QuotaInfoArray QuotaInfoArray;
57 const QuotaInfoArray& quota_info() const {
112 void FetchCompleted(const QuotaInfoArray& quota_info) {
124 QuotaInfoArray quota_info_;

Completed in 98 milliseconds