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

  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 119 MOCK_CONST_METHOD0(ethernet_enabled, bool(void));
cros_mock.cc 251 EXPECT_CALL(*mock_network_library_, ethernet_enabled())
network_library.cc 2908 virtual bool ethernet_enabled() const { function in class:chromeos::NetworkLibraryImpl
4473 virtual bool ethernet_enabled() const { return true; } function in class:chromeos::NetworkLibraryStubImpl
    [all...]
network_library.h     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 276 bool ethernet_enabled = network_library->ethernet_enabled(); local
277 if (ethernet_available && ethernet_enabled) {
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 246 cros->EnableEthernetNetworkDevice(!cros->ethernet_enabled());
344 bool ethernet_enabled = cros->ethernet_enabled(); local
345 if (ethernet_available && ethernet_enabled) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc     [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 477 if (cros->ethernet_enabled()) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]

Completed in 436 milliseconds