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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.cc 358 mounted_volumes_.begin();
359 iter != mounted_volumes_.end();
372 mounted_volumes_.find(volume_id);
373 if (iter == mounted_volumes_.end())
635 for (int i = 2; mounted_volumes_.count(kMtpVolumeIdPrefix + label); ++i)
670 mounted_volumes_.begin(); it != mounted_volumes_.end(); ++it) {
758 mounted_volumes_.begin();
759 !from_current_profile && iter != mounted_volumes_.end();
775 mounted_volumes_[volume_info.volume_id] = volume_info
    [all...]
volume_manager.h 222 std::map<std::string, VolumeInfo> mounted_volumes_; member in class:file_manager::VolumeManager

Completed in 156 milliseconds