HomeSort by relevance Sort by last modified time
    Searched refs:ethernet_network (Results 1 - 15 of 15) 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_org/chrome/browser/chromeos/status/
network_menu.cc 397 const NetworkState* ethernet_network = local
399 if (ethernet_enabled && ethernet_network) {
400 bool ethernet_connecting = ethernet_network->IsConnectingState();
410 if (ShouldHighlightNetwork(ethernet_network))
413 ethernet_network, ash::network_icon::ICON_TYPE_LIST);
  /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_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 505 if (network_library->ethernet_network())
508 network_library->ethernet_network()->service_path());
523 const chromeos::EthernetNetwork* ethernet_network = local
524 network_library->ethernet_network();
525 if (ethernet_network) {
527 DictionaryValue* item = GetNetworkInfoDict(ethernet_network);
528 items->Set(ethernet_network->service_path(), item);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_unittest.cc 237 cros_->ethernet_network());
238 EXPECT_EQ("eth1", cros_->ethernet_network()->service_path());
cros_in_process_browser_test.cc 87 EXPECT_CALL(*mock_network_library_, ethernet_network())
mock_network_library.h 38 MOCK_CONST_METHOD0(ethernet_network, const EthernetNetwork*(void));
network_library_impl_base.cc 205 const EthernetNetwork* NetworkLibraryImplBase::ethernet_network() const { function in class:chromeos::NetworkLibraryImplBase
333 return ethernet_network();
    [all...]
network_library_impl_base.h 92 virtual const EthernetNetwork* ethernet_network() const OVERRIDE;
network_library.h     [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 363 milliseconds