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

  /external/chromium/chrome/browser/chromeos/login/
network_screen_browsertest.cc 70 EXPECT_CALL(*mock_network_library_, ethernet_connecting())
158 EXPECT_CALL(*mock_network_library_, ethernet_connecting())
191 EXPECT_CALL(*mock_network_library_, ethernet_connecting())
233 EXPECT_CALL(*mock_network_library_, ethernet_connecting())
273 EXPECT_CALL(*mock_network_library_, ethernet_connecting())
helper.cc 209 } else if (network_library->ethernet_connecting()) {
  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 40 MOCK_CONST_METHOD0(ethernet_connecting, bool(void));
cros_mock.cc 307 EXPECT_CALL(*mock_network_library_, ethernet_connecting())
network_library.h     [all...]
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...]
  /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/ui/webui/chromeos/
register_page_ui.cc 78 else if (network_lib->ethernet_connecting())

Completed in 143 milliseconds