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

  /external/chromium_org/chrome/browser/chromeos/cros/
network_parser.cc 145 EthernetNetwork* ethernet = new EthernetNetwork(service_path);
network_library_impl_base.h 92 virtual const EthernetNetwork* ethernet_network() const OVERRIDE;
371 EthernetNetwork* ethernet_;
cros_in_process_browser_test.cc 89 .WillRepeatedly((Return((const EthernetNetwork*)(NULL))));
mock_network_library.h 38 MOCK_CONST_METHOD0(ethernet_network, const EthernetNetwork*(void));
network_library.h 592 class EthernetNetwork : public Network {
594 explicit EthernetNetwork(const std::string& service_path);
599 DISALLOW_COPY_AND_ASSIGN(EthernetNetwork);
    [all...]
network_library_impl_base.cc 205 const EthernetNetwork* NetworkLibraryImplBase::ethernet_network() const {
    [all...]
network_library_unittest.cc 236 ASSERT_NE(static_cast<const EthernetNetwork*>(NULL),
network_library.cc 44 // EthernetNetwork
45 // ethernet_: EthernetNetwork* to the active ethernet network in network_map_.
535 // EthernetNetwork
537 EthernetNetwork::EthernetNetwork(const std::string& service_path)
    [all...]
network_library_impl_stub.cc 108 Network* ethernet = new EthernetNetwork("eth1");
  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 39 MOCK_CONST_METHOD0(ethernet_network, const EthernetNetwork*(void));
network_library.h 413 class EthernetNetwork : public Network {
415 explicit EthernetNetwork(const std::string& service_path) :
420 DISALLOW_COPY_AND_ASSIGN(EthernetNetwork);
    [all...]
network_library.cc 40 // EthernetNetwork
41 // ethernet_: EthernetNetwork* to the active ethernet network in network_map_.
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 278 const chromeos::EthernetNetwork* ethernet_network =
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 479 const chromeos::EthernetNetwork* ethernet = cros->ethernet_network();
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 523 const chromeos::EthernetNetwork* ethernet_network =
    [all...]

Completed in 1199 milliseconds