Home
last modified time | relevance | path

Searched refs:ethernet_connecting (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dnetwork_screen_browsertest.cc70 EXPECT_CALL(*mock_network_library_, ethernet_connecting()) in SetUpInProcessBrowserTestFixture()
158 EXPECT_CALL(*mock_network_library_, ethernet_connecting()) in IN_PROC_BROWSER_TEST_F()
191 EXPECT_CALL(*mock_network_library_, ethernet_connecting()) in IN_PROC_BROWSER_TEST_F()
233 EXPECT_CALL(*mock_network_library_, ethernet_connecting()) in IN_PROC_BROWSER_TEST_F()
273 EXPECT_CALL(*mock_network_library_, ethernet_connecting()) in IN_PROC_BROWSER_TEST_F()
Dhelper.cc209 } else if (network_library->ethernet_connecting()) { in GetCurrentNetworkName()
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu.cc347 bool ethernet_connecting = cros->ethernet_connecting(); in InitMenuItems() local
349 if (ethernet_connecting) { in InitMenuItems()
358 const SkBitmap* badge = ethernet_connecting || ethernet_connected ? in InitMenuItems()
361 if (ethernet_connecting || ethernet_connected) in InitMenuItems()
/external/chromium/chrome/browser/chromeos/cros/
Dmock_network_library.h40 MOCK_CONST_METHOD0(ethernet_connecting, bool(void));
Dcros_mock.cc307 EXPECT_CALL(*mock_network_library_, ethernet_connecting()) in SetNetworkLibraryStatusAreaExpectations()
Dnetwork_library.h969 virtual bool ethernet_connecting() const = 0;
Dnetwork_library.cc2286 virtual bool ethernet_connecting() const { in ethernet_connecting() function in chromeos::NetworkLibraryImpl
2325 return ethernet_connecting() || wifi_connecting() || cellular_connecting(); in Connecting()
4369 virtual bool ethernet_connecting() const { return false; } in ethernet_connecting() function in chromeos::NetworkLibraryStubImpl
/external/chromium/chrome/browser/ui/webui/chromeos/
Dregister_page_ui.cc78 else if (network_lib->ethernet_connecting()) in GetConnectionType()
/external/chromium_org/chrome/browser/chromeos/status/
Dnetwork_menu.cc396 bool ethernet_connecting = ethernet_network->IsConnectingState(); in InitMenuItems() local
397 if (ethernet_connecting) { in InitMenuItems()