HomeSort by relevance Sort by last modified time
    Searched refs:ethernet_connecting (Results 1 - 15 of 15) 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())
  /external/chromium_org/chrome/browser/chromeos/cros/
cros_in_process_browser_test.cc 153 EXPECT_CALL(*mock_network_library_, ethernet_connecting())
mock_network_library.h 39 MOCK_CONST_METHOD0(ethernet_connecting, bool(void));
network_library_impl_base.cc 209 bool NetworkLibraryImplBase::ethernet_connecting() const { function in class:chromeos::NetworkLibraryImplBase
256 return ethernet_connecting() || wifi_connecting() ||
332 if (ethernet_connecting())
    [all...]
network_library_impl_base.h 93 virtual bool ethernet_connecting() const OVERRIDE;
network_library_unittest.cc 242 EXPECT_FALSE(cros_->ethernet_connecting());
network_library.h     [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 400 bool ethernet_connecting = ethernet_network->IsConnectingState(); local
401 if (ethernet_connecting) {

Completed in 3450 milliseconds