Home
last modified time | relevance | path

Searched refs:CellularScanResults (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chromeos/network/
Ddevice_state.h18 typedef std::vector<CellularScanResult> CellularScanResults; typedef
50 const CellularScanResults& scan_results() const { return scan_results_; } in scan_results()
87 CellularScanResults scan_results_;
Ddevice_state.cc60 CellularScanResults parsed_results; in PropertyChanged()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dchoose_mobile_network_ui.cc174 const DeviceState::CellularScanResults& scan_results = in DeviceListChanged()
177 for (DeviceState::CellularScanResults::const_iterator it = in DeviceListChanged()