Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/cros/
Dmock_network_library.h68 MOCK_CONST_METHOD0(FindEthernetDevice, const NetworkDevice*(void));
Dnetwork_library.h1016 virtual const NetworkDevice* FindEthernetDevice() const = 0;
Dnetwork_library.cc2378 virtual const NetworkDevice* FindEthernetDevice() const { in FindEthernetDevice() function in chromeos::NetworkLibraryImpl
4415 virtual const NetworkDevice* FindEthernetDevice() const { in FindEthernetDevice() function in chromeos::NetworkLibraryStubImpl
/external/chromium/chrome/browser/chromeos/login/
Dupdate_screen_browsertest.cc69 EXPECT_CALL(*mock_network_library_, FindEthernetDevice()) in SetUpInProcessBrowserTestFixture()
Dnetwork_screen_browsertest.cc78 EXPECT_CALL(*mock_network_library_, FindEthernetDevice()) in SetUpInProcessBrowserTestFixture()
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu.cc790 const NetworkDevice* ether = cros->FindEthernetDevice(); in InitMenuItems()