Searched refs:ethernet_available (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_network_library.h115 MOCK_CONST_METHOD0(ethernet_available, bool(void));
H A Dcros_mock.cc242 EXPECT_CALL(*mock_network_library_, ethernet_available())
H A Dnetwork_library.h1137 virtual bool ethernet_available() const = 0;
H A Dnetwork_library.cc2898 virtual bool ethernet_available() const { function in class:chromeos::NetworkLibraryImpl
4470 virtual bool ethernet_available() const { return true; } function in class:chromeos::NetworkLibraryStubImpl
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_chromeos.cc275 bool ethernet_available = network_library->ethernet_available(); local
277 if (ethernet_available && ethernet_enabled) {
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc343 bool ethernet_available = cros->ethernet_available(); local
345 if (ethernet_available && ethernet_enabled) {

Completed in 1229 milliseconds