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

  /external/chromium_org/components/storage_monitor/
storage_info.h 84 const base::string16& storage_label() const { return storage_label_; }
106 base::string16 storage_label_; member in class:storage_monitor::StorageInfo
storage_info.cc 64 storage_label_(label),
196 if (!storage_label_.empty())
197 return storage_label_;
203 name = storage_label_;

Completed in 841 milliseconds