Searched refs:scan_results_ (Results 1 – 4 of 4) sorted by relevance
156 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 …]
140 ScanResults scan_results_; variable
50 const CellularScanResults& scan_results() const { return scan_results_; } in scan_results()87 CellularScanResults scan_results_; variable
63 scan_results_.swap(parsed_results); in PropertyChanged()