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

  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 121 MOCK_CONST_METHOD0(cellular_enabled, bool(void));
cros_mock.cc 257 EXPECT_CALL(*mock_network_library_, cellular_enabled())
network_library.cc 2914 virtual bool cellular_enabled() const { function in class:chromeos::NetworkLibraryImpl
4475 virtual bool cellular_enabled() const { return false; } function in class:chromeos::NetworkLibraryStubImpl
    [all...]
network_library.h     [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 253 cros->EnableCellularNetworkDevice(!cros->cellular_enabled());
256 cros->EnableCellularNetworkDevice(!cros->cellular_enabled());
427 bool cellular_enabled = cros->cellular_enabled(); local
428 if (cellular_available && cellular_enabled) {
605 if (cellular_enabled && !is_locked)
    [all...]
network_menu_button.cc 174 !cros->cellular_enabled()) {
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 309 bool cellular_enabled = network_library->cellular_enabled(); local
310 if (cellular_available && cellular_enabled) {
  /external/chromium_org/chrome/browser/chromeos/cros/
cros_in_process_browser_test.cc 78 EXPECT_CALL(*mock_network_library_, cellular_enabled())
mock_network_library.h 137 MOCK_CONST_METHOD0(cellular_enabled, bool(void));
network_library_impl_base.cc 371 bool NetworkLibraryImplBase::cellular_enabled() const { function in class:chromeos::NetworkLibraryImplBase
    [all...]
network_library_impl_base.h 127 virtual bool cellular_enabled() const OVERRIDE;
network_library_impl_stub.cc 593 } else if (device == TYPE_CELLULAR && !cellular_enabled()) {
609 } else if (device == TYPE_CELLULAR && cellular_enabled()) {
network_library_impl_cros.cc 183 if (!device->is_sim_locked() && !cellular_enabled())
735 if (!cellular_enabled()) {
    [all...]
network_library.h     [all...]
  /external/chromium/chrome/browser/chromeos/login/
network_screen_browsertest.cc 99 EXPECT_CALL(*mock_network_library_, cellular_enabled())
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 555 bool cellular_enabled = network_library->cellular_enabled(); local
557 return_value->SetBoolean("cellular_enabled", cellular_enabled);
558 if (cellular_available && cellular_enabled) {
    [all...]
automation_provider_observers_chromeos.cc 255 (device_ == "cellular" && enable_ == obj->cellular_enabled())) {
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 383 else if (!lib->cellular_enabled())
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 543 else if (!lib->cellular_enabled())
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 497 if (cros->cellular_enabled()) {
    [all...]

Completed in 761 milliseconds