Searched refs:PerHostStorageInfo (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_types.cc54 PerHostStorageInfo::PerHostStorageInfo(const std::string& host, function in class:quota_internals::PerHostStorageInfo
59 PerHostStorageInfo::~PerHostStorageInfo() {}
61 base::Value* PerHostStorageInfo::NewValue() const {
H A Dquota_internals_handler.h25 class PerHostStorageInfo;
40 void ReportPerHostInfo(const std::vector<PerHostStorageInfo>& hosts);
H A Dquota_internals_types.h51 class PerHostStorageInfo { class in namespace:quota_internals
53 PerHostStorageInfo(const std::string& host, storage::StorageType type);
54 ~PerHostStorageInfo();
H A Dquota_internals_proxy.h24 class PerHostStorageInfo;
53 void ReportPerHostInfo(const std::vector<PerHostStorageInfo>& hosts);
83 std::vector<PerHostStorageInfo> report_pending_;
H A Dquota_internals_handler.cc47 const std::vector<PerHostStorageInfo>& hosts) {
49 typedef std::vector<PerHostStorageInfo>::const_iterator iterator;
H A Dquota_internals_proxy.cc93 RELAY_TO_HANDLER(ReportPerHostInfo, const std::vector<PerHostStorageInfo>&)
127 std::vector<PerHostStorageInfo> host_info;
132 PerHostStorageInfo info(itr->host, itr->type);
165 PerHostStorageInfo info(host, type);
190 std::vector<PerHostStorageInfo> host_info;
200 PerHostStorageInfo info(host, type);

Completed in 823 milliseconds