Searched defs:ethernet_connected (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc264 if (cros->ethernet_connected()) {
346 bool ethernet_connected = cros->ethernet_connected(); local
358 const SkBitmap* badge = ethernet_connecting || ethernet_connected ?
361 if (ethernet_connecting || ethernet_connected)
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.cc2289 virtual bool ethernet_connected() const { function in class:chromeos::NetworkLibraryImpl
2321 return ethernet_connected() || wifi_connected() || cellular_connected();
4370 virtual bool ethernet_connected() const { return true; } function in class:chromeos::NetworkLibraryStubImpl

Completed in 153 milliseconds