Searched refs:FindEthernetDevice (Results 1 – 6 of 6) sorted by relevance
68 MOCK_CONST_METHOD0(FindEthernetDevice, const NetworkDevice*(void));
1016 virtual const NetworkDevice* FindEthernetDevice() const = 0;
2378 virtual const NetworkDevice* FindEthernetDevice() const { in FindEthernetDevice() function in chromeos::NetworkLibraryImpl4415 virtual const NetworkDevice* FindEthernetDevice() const { in FindEthernetDevice() function in chromeos::NetworkLibraryStubImpl
69 EXPECT_CALL(*mock_network_library_, FindEthernetDevice()) in SetUpInProcessBrowserTestFixture()
78 EXPECT_CALL(*mock_network_library_, FindEthernetDevice()) in SetUpInProcessBrowserTestFixture()
790 const NetworkDevice* ether = cros->FindEthernetDevice(); in InitMenuItems()