Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/chromeos/
Dchoose_mobile_network_ui.cc167 const CellularNetworkList& found_networks = device->found_cellular_networks(); in OnNetworkDeviceChanged()
168 for (CellularNetworkList::const_iterator it = found_networks.begin(); in OnNetworkDeviceChanged()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h174 typedef std::vector<FoundCellularNetwork> CellularNetworkList; typedef
228 const CellularNetworkList& found_cellular_networks() const { in found_cellular_networks()
265 CellularNetworkList found_cellular_networks_;
Dnetwork_library.cc766 CellularNetworkList* found_networks_) { in ParseFoundNetworksFromList()