HomeSort by relevance Sort by last modified time
    Searched refs:ethernet_network (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 262 if (network_library->ethernet_network())
265 network_library->ethernet_network()->service_path());
278 const chromeos::EthernetNetwork* ethernet_network = local
279 network_library->ethernet_network();
280 if (ethernet_network) {
282 DictionaryValue* item = GetNetworkInfoDict(ethernet_network);
283 items->Set(ethernet_network->service_path(), item);
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1051 const chromeos::EthernetNetwork* ethernet_network = local
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 39 MOCK_CONST_METHOD0(ethernet_network, const EthernetNetwork*(void));
network_library.h     [all...]
network_library.cc 2285 virtual const EthernetNetwork* ethernet_network() const { return ethernet_; } function in class:chromeos::NetworkLibraryImpl
4366 virtual const EthernetNetwork* ethernet_network() const { function in class:chromeos::NetworkLibraryStubImpl
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 265 owner_->ShowTabbedNetworkSettings(cros->ethernet_network());
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 479 const chromeos::EthernetNetwork* ethernet = cros->ethernet_network();
    [all...]

Completed in 115 milliseconds