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

  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 115 MOCK_CONST_METHOD0(ethernet_available, bool(void));
cros_mock.cc 242 EXPECT_CALL(*mock_network_library_, ethernet_available())
network_library.h     [all...]
network_library.cc 2898 virtual bool ethernet_available() const { function in class:chromeos::NetworkLibraryImpl
4470 virtual bool ethernet_available() const { return true; } function in class:chromeos::NetworkLibraryStubImpl
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 275 bool ethernet_available = network_library->ethernet_available(); local
277 if (ethernet_available && ethernet_enabled) {
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 343 bool ethernet_available = cros->ethernet_available(); local
345 if (ethernet_available && ethernet_enabled) {
    [all...]

Completed in 58 milliseconds