HomeSort by relevance Sort by last modified time
    Searched refs:FindCellularDevice (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_cros.cc 288 const NetworkDevice* cellular = FindCellularDevice();
304 const NetworkDevice* cellular = FindCellularDevice();
317 const NetworkDevice* cellular = FindCellularDevice();
330 const NetworkDevice* cellular = FindCellularDevice();
367 const NetworkDevice* cellular = FindCellularDevice();
377 const NetworkDevice* cellular = FindCellularDevice();
397 const NetworkDevice* cellular = FindCellularDevice();
412 const NetworkDevice* cellular = FindCellularDevice();
421 const NetworkDevice* cellular = FindCellularDevice();
    [all...]
cros_in_process_browser_test.cc 51 EXPECT_CALL(*mock_network_library_, FindCellularDevice())
mock_network_library.h 71 MOCK_CONST_METHOD0(FindCellularDevice, const NetworkDevice*(void));
network_library_impl_base.cc 408 const NetworkDevice* NetworkLibraryImplBase::FindCellularDevice() const {
513 const NetworkDevice* cellular = FindCellularDevice();
520 const NetworkDevice* cellular = FindCellularDevice();
    [all...]
network_library_impl_base.h 135 virtual const NetworkDevice* FindCellularDevice() const OVERRIDE;
network_library.h     [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 127 const NetworkDevice* cellular = network_library->FindCellularDevice();
167 const NetworkDevice* cellular = cros->FindCellularDevice();
408 const NetworkDevice* cellular = cros->FindCellularDevice();
network_menu.cc 250 const NetworkDevice* cellular = cros->FindCellularDevice();
509 const NetworkDevice* cellular_device = cros->FindCellularDevice();
595 const NetworkDevice* cellular = cros->FindCellularDevice();
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 66 MOCK_CONST_METHOD0(FindCellularDevice, const NetworkDevice*(void));
network_library.cc     [all...]
cros_mock.cc 239 EXPECT_CALL(*mock_network_library_, FindCellularDevice())
network_library.h     [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 139 if (const NetworkDevice* cellular = cros->FindCellularDevice()) {
sim_unlock_ui.cc 56 return lib->FindCellularDevice();
367 const NetworkDevice* cellular = cros->FindCellularDevice();
  /external/chromium/chrome/browser/chromeos/login/
network_screen_browsertest.cc 106 EXPECT_CALL(*mock_network_library_, FindCellularDevice())
  /external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.cc 281 const NetworkDevice* cellular = cros->FindCellularDevice();
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 383 const chromeos::NetworkDevice* cellular = cros->FindCellularDevice();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 825 const NetworkDevice* cellular = crosnet->FindCellularDevice();
    [all...]

Completed in 343 milliseconds