Home
last modified time | relevance | path

Searched refs:FindWifiDevice (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dmock_network_library.h67 MOCK_CONST_METHOD0(FindWifiDevice, const NetworkDevice*(void));
Dnetwork_library.h1019 virtual const NetworkDevice* FindWifiDevice() const = 0;
Dnetwork_library.cc2387 virtual const NetworkDevice* FindWifiDevice() const { in FindWifiDevice() function in chromeos::NetworkLibraryImpl
4418 virtual const NetworkDevice* FindWifiDevice() const { in FindWifiDevice() function in chromeos::NetworkLibraryStubImpl
/external/chromium/chrome/browser/chromeos/login/
Dupdate_screen_browsertest.cc67 EXPECT_CALL(*mock_network_library_, FindWifiDevice()) in SetUpInProcessBrowserTestFixture()
Dnetwork_screen_browsertest.cc76 EXPECT_CALL(*mock_network_library_, FindWifiDevice()) in SetUpInProcessBrowserTestFixture()
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu.cc804 const NetworkDevice* wifi = cros->FindWifiDevice(); in InitMenuItems()