Home
last modified time | relevance | path

Searched refs:EthernetNetwork (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h413 class EthernetNetwork : public Network {
415 explicit EthernetNetwork(const std::string& service_path) : in EthernetNetwork() function
420 DISALLOW_COPY_AND_ASSIGN(EthernetNetwork);
968 virtual const EthernetNetwork* ethernet_network() const = 0;
Dmock_network_library.h39 MOCK_CONST_METHOD0(ethernet_network, const EthernetNetwork*(void));
Dnetwork_library.cc2285 virtual const EthernetNetwork* ethernet_network() const { return ethernet_; } in ethernet_network()
3358 ethernet_ = static_cast<EthernetNetwork*>(network); in UpdateActiveNetwork()
3605 EthernetNetwork* ethernet = new EthernetNetwork(service_path); in CreateNewNetwork()
4091 ethernet_ = new EthernetNetwork("eth1"); in InitTestData()
4267 EthernetNetwork* ethernet_;
4338 ethernet_(new EthernetNetwork("eth0")), in NetworkLibraryStubImpl()
4366 virtual const EthernetNetwork* ethernet_network() const { in ethernet_network()
4493 EthernetNetwork* ethernet_;
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_chromeos.cc278 const chromeos::EthernetNetwork* ethernet_network = in GetNetworkInfo()
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc856 const chromeos::EthernetNetwork* ether = cros->ethernet_network(); in ButtonClickCallback()
1051 const chromeos::EthernetNetwork* ethernet_network = in GetWiredList()
/external/chromium/chrome/browser/
Dbrowser_about_handler.cc479 const chromeos::EthernetNetwork* ethernet = cros->ethernet_network(); in GetNetworkHtmlInfo()