OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuotaInfoArray
(Results
1 - 3
of
3
) 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_;
browsing_data_quota_helper_impl.cc
169
QuotaInfoArray
result;
Completed in 552 milliseconds