HomeSort by relevance Sort by last modified time
    Searched defs:ethernet_connecting (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 347 bool ethernet_connecting = cros->ethernet_connecting(); local
349 if (ethernet_connecting) {
358 const SkBitmap* badge = ethernet_connecting || ethernet_connected ?
361 if (ethernet_connecting || ethernet_connected)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 400 bool ethernet_connecting = ethernet_network->IsConnectingState(); local
401 if (ethernet_connecting) {
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_base.cc 209 bool NetworkLibraryImplBase::ethernet_connecting() const { function in class:chromeos::NetworkLibraryImplBase
256 return ethernet_connecting() || wifi_connecting() ||
332 if (ethernet_connecting())
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 2286 virtual bool ethernet_connecting() const { function in class:chromeos::NetworkLibraryImpl
4369 virtual bool ethernet_connecting() const { return false; } function in class:chromeos::NetworkLibraryStubImpl
    [all...]

Completed in 46 milliseconds