Searched defs:cellular_enabled (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_chromeos.cc309 bool cellular_enabled = network_library->cellular_enabled(); local
310 if (cellular_available && cellular_enabled) {
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc253 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)
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.cc2914 virtual bool cellular_enabled() const { function in class:chromeos::NetworkLibraryImpl
3331 if (!cellular_enabled()) {
3367 if (cellular_enabled()) {
3390 if (cellular_enabled())
4475 virtual bool cellular_enabled() const { return false; } function in class:chromeos::NetworkLibraryStubImpl

Completed in 235 milliseconds