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

/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_network_library.h121 MOCK_CONST_METHOD0(cellular_enabled, bool(void));
H A Dcros_mock.cc257 EXPECT_CALL(*mock_network_library_, cellular_enabled())
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
H A Dnetwork_library.h1143 virtual bool cellular_enabled() const = 0;
/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)
H A Dnetwork_menu_button.cc174 !cros->cellular_enabled()) {
/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/login/
H A Dnetwork_screen_browsertest.cc99 EXPECT_CALL(*mock_network_library_, cellular_enabled())
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc1157 cros->cellular_enabled()) {
1229 dictionary->SetBoolean("cellularEnabled", cros->cellular_enabled());
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc543 else if (!lib->cellular_enabled())
/external/chromium/chrome/browser/
H A Dbrowser_about_handler.cc497 if (cros->cellular_enabled()) {

Completed in 8285 milliseconds