Searched refs:FindCellularDevice (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu_button.cc127 const NetworkDevice* cellular = network_library->FindCellularDevice();
167 const NetworkDevice* cellular = cros->FindCellularDevice();
408 const NetworkDevice* cellular = cros->FindCellularDevice();
H A Dnetwork_menu.cc250 const NetworkDevice* cellular = cros->FindCellularDevice();
509 const NetworkDevice* cellular_device = cros->FindCellularDevice();
595 const NetworkDevice* cellular = cros->FindCellularDevice();
/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_network_library.h66 MOCK_CONST_METHOD0(FindCellularDevice, const NetworkDevice*(void));
H A Dnetwork_library.cc2369 virtual const NetworkDevice* FindCellularDevice() const { function in class:chromeos::NetworkLibraryImpl
2467 const NetworkDevice* cellular = FindCellularDevice();
2482 const NetworkDevice* cellular = FindCellularDevice();
2494 const NetworkDevice* cellular = FindCellularDevice();
2507 const NetworkDevice* cellular = FindCellularDevice();
2551 const NetworkDevice* cellular = FindCellularDevice();
2560 const NetworkDevice* cellular = FindCellularDevice();
2582 const NetworkDevice* cellular = FindCellularDevice();
2890 const NetworkDevice* cellular = FindCellularDevice();
3913 const NetworkDevice* cellular = FindCellularDevice();
4412 virtual const NetworkDevice* FindCellularDevice() const { function in class:chromeos::NetworkLibraryStubImpl
[all...]
H A Dcros_mock.cc239 EXPECT_CALL(*mock_network_library_, FindCellularDevice())
H A Dnetwork_library.h1013 virtual const NetworkDevice* FindCellularDevice() const = 0;
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dchoose_mobile_network_ui.cc139 if (const NetworkDevice* cellular = cros->FindCellularDevice()) {
H A Dsim_unlock_ui.cc56 return lib->FindCellularDevice();
367 const NetworkDevice* cellular = cros->FindCellularDevice();
/external/chromium/chrome/browser/chromeos/login/
H A Dnetwork_screen_browsertest.cc106 EXPECT_CALL(*mock_network_library_, FindCellularDevice())
/external/chromium/chrome/browser/chromeos/
H A Duser_cros_settings_provider.cc281 const NetworkDevice* cellular = cros->FindCellularDevice();
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc383 const chromeos::NetworkDevice* cellular = cros->FindCellularDevice();
1155 const chromeos::NetworkDevice* cellular_device = cros->FindCellularDevice();

Completed in 114 milliseconds