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

  /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/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...]
  /external/chromium/chrome/browser/chromeos/cros/
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...]

Completed in 90 milliseconds