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

  /external/chromium/chrome/browser/chromeos/login/
network_screen_browsertest.cc 67 EXPECT_CALL(*mock_network_library_, ethernet_connected())
152 EXPECT_CALL(*mock_network_library_, ethernet_connected())
163 EXPECT_CALL(*mock_network_library_, ethernet_connected())
185 EXPECT_CALL(*mock_network_library_, ethernet_connected())
205 EXPECT_CALL(*mock_network_library_, ethernet_connected())
227 EXPECT_CALL(*mock_network_library_, ethernet_connected())
245 EXPECT_CALL(*mock_network_library_, ethernet_connected())
267 EXPECT_CALL(*mock_network_library_, ethernet_connected())
helper.cc 203 if (network_library->ethernet_connected()) {
  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 41 MOCK_CONST_METHOD0(ethernet_connected, bool(void));
cros_mock.cc 303 EXPECT_CALL(*mock_network_library_, ethernet_connected())
network_library.h     [all...]
network_library.cc 2289 virtual bool ethernet_connected() const { function in class:chromeos::NetworkLibraryImpl
4370 virtual bool ethernet_connected() const { return true; } function in class:chromeos::NetworkLibraryStubImpl
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 264 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)
    [all...]
network_menu_button.cc 430 cros->cellular_connected() && !cros->ethernet_connected() &&
  /external/chromium/chrome/browser/ui/webui/chromeos/
register_page_ui.cc 71 if (network_lib->ethernet_connected())

Completed in 78 milliseconds