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

  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 396 bool ethernet_connecting = ethernet_network->IsConnectingState(); local
397 if (ethernet_connecting) {
  /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/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 32 milliseconds