HomeSort by relevance Sort by last modified time
    Searched defs:NetworkDevice (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.cc 39 // NetworkDevice: e.g. ethernet, wifi modem, cellular modem
40 // device_map_: canonical map<path, NetworkDevice*> for devices
177 // NetworkDevice
179 NetworkDevice::NetworkDevice(const std::string& device_path)
194 NetworkDevice::~NetworkDevice() {}
196 void NetworkDevice::SetNetworkDeviceParser(NetworkDeviceParser* parser) {
200 void NetworkDevice::ParseInfo(const DictionaryValue& info) {
205 bool NetworkDevice::UpdateStatus(const std::string& key
    [all...]
network_library.h 81 class NetworkDevice {
83 explicit NetworkDevice(const std::string& device_path);
84 ~NetworkDevice();
297 DISALLOW_COPY_AND_ASSIGN(NetworkDevice);
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 191 class NetworkDevice {
193 explicit NetworkDevice(const std::string& device_path);
270 DISALLOW_COPY_AND_ASSIGN(NetworkDevice);
899 const NetworkDevice* device) = 0;
    [all...]
network_library.cc 35 // NetworkDevice: e.g. ethernet, wifi modem, cellular modem
36 // device_map_: canonical map<path,NetworkDevice*> for devices
    [all...]

Completed in 316 milliseconds