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

  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_types.cc 54 PerHostStorageInfo::PerHostStorageInfo(const std::string& host,
59 PerHostStorageInfo::~PerHostStorageInfo() {}
61 base::Value* PerHostStorageInfo::NewValue() const {
quota_internals_types.h 51 class PerHostStorageInfo {
53 PerHostStorageInfo(const std::string& host, storage::StorageType type);
54 ~PerHostStorageInfo();

Completed in 159 milliseconds