Searched refs:ethernet_connected (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | network_screen_browsertest.cc | 67 EXPECT_CALL(*mock_network_library_, ethernet_connected()) in SetUpInProcessBrowserTestFixture() 152 EXPECT_CALL(*mock_network_library_, ethernet_connected()) in IN_PROC_BROWSER_TEST_F() 163 EXPECT_CALL(*mock_network_library_, ethernet_connected()) in IN_PROC_BROWSER_TEST_F() 185 EXPECT_CALL(*mock_network_library_, ethernet_connected()) in IN_PROC_BROWSER_TEST_F() 205 EXPECT_CALL(*mock_network_library_, ethernet_connected()) in IN_PROC_BROWSER_TEST_F() 227 EXPECT_CALL(*mock_network_library_, ethernet_connected()) in IN_PROC_BROWSER_TEST_F() 245 EXPECT_CALL(*mock_network_library_, ethernet_connected()) in IN_PROC_BROWSER_TEST_F() 267 EXPECT_CALL(*mock_network_library_, ethernet_connected()) in IN_PROC_BROWSER_TEST_F()
|
D | helper.cc | 203 if (network_library->ethernet_connected()) { in GetCurrentNetworkName()
|
/external/chromium/chrome/browser/chromeos/status/ |
D | network_menu.cc | 264 if (cros->ethernet_connected()) { in ActivatedAt() 346 bool ethernet_connected = cros->ethernet_connected(); in InitMenuItems() local 358 const SkBitmap* badge = ethernet_connecting || ethernet_connected ? in InitMenuItems() 361 if (ethernet_connecting || ethernet_connected) in InitMenuItems()
|
D | network_menu_button.cc | 430 cros->cellular_connected() && !cros->ethernet_connected() && in ShowOptionalMobileDataPromoNotification()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | mock_network_library.h | 41 MOCK_CONST_METHOD0(ethernet_connected, bool(void));
|
D | cros_mock.cc | 303 EXPECT_CALL(*mock_network_library_, ethernet_connected()) in SetNetworkLibraryStatusAreaExpectations()
|
D | network_library.h | 970 virtual bool ethernet_connected() const = 0;
|
D | network_library.cc | 2289 virtual bool ethernet_connected() const { in ethernet_connected() function in chromeos::NetworkLibraryImpl 2321 return ethernet_connected() || wifi_connected() || cellular_connected(); in Connected() 4370 virtual bool ethernet_connected() const { return true; } in ethernet_connected() function in chromeos::NetworkLibraryStubImpl
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
D | register_page_ui.cc | 71 if (network_lib->ethernet_connected()) in GetConnectionType()
|