Home
last modified time | relevance | path

Searched refs:scan_results_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_scan_result_controller.cc156 result.reserve(scan_results_.size()); in GetSectionEntries()
157 for (ScanResults::const_iterator it = scan_results_.begin(); in GetSectionEntries()
158 it != scan_results_.end(); in GetSectionEntries()
177 DCHECK(ContainsKey(scan_results_, pref_id)); in DidToggleEntry()
178 ScanResults::iterator entry = scan_results_.find(pref_id); in DidToggleEntry()
184 ScanResults::const_iterator entry = scan_results_.find(pref_id); in DidClickOpenFolderViewer()
185 if (entry == scan_results_.end()) { in DidClickOpenFolderViewer()
196 scan_results_.erase(pref_id); in DidForgetEntry()
217 for (ScanResults::const_iterator it = scan_results_.begin(); in DialogFinished()
218 it != scan_results_.end(); in DialogFinished()
[all …]
Dmedia_galleries_scan_result_controller.h140 ScanResults scan_results_; variable
/external/chromium_org/chromeos/network/
Ddevice_state.h50 const CellularScanResults& scan_results() const { return scan_results_; } in scan_results()
87 CellularScanResults scan_results_; variable
Ddevice_state.cc63 scan_results_.swap(parsed_results); in PropertyChanged()