HomeSort by relevance Sort by last modified time
    Searched refs:ethernet_available (Results 1 - 12 of 12) 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_org/chrome/browser/chromeos/cros/
cros_in_process_browser_test.cc 57 EXPECT_CALL(*mock_network_library_, ethernet_available())
mock_network_library.h 130 MOCK_CONST_METHOD0(ethernet_available, bool(void));
network_library_impl_base.h 120 virtual bool ethernet_available() const OVERRIDE;
network_library.h     [all...]
network_library_impl_base.cc 343 bool NetworkLibraryImplBase::ethernet_available() const { function in class:chromeos::NetworkLibraryImplBase
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 518 bool ethernet_available = network_library->ethernet_available(); local
520 return_value->SetBoolean("ethernet_available", ethernet_available);
522 if (ethernet_available && ethernet_enabled) {
    [all...]
  /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 415 milliseconds