HomeSort by relevance Sort by last modified time
    Searched full:activation_state (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.cc 226 chromeos::ActivationState activation_state = local
227 cell_networks[i]->activation_state();
228 if (activation_state == ACTIVATION_STATE_ACTIVATED)
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 599 network->activation_state() == chromeos::ACTIVATION_STATE_ACTIVATED) {
748 switch (network->activation_state()) {
764 new_state = (network->activation_state() ==
778 switch (network->activation_state()) {
806 switch (network->activation_state()) {
842 switch (network->activation_state()) {
    [all...]
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_network_element.js 91 (data.networkType == 5 && data.activation_state != 1)))
133 activation_state: network[8],
201 this.data.activation_state !=
203 this.data.activation_state !=
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 139 if ((cellular->activation_state() != ACTIVATION_STATE_ACTIVATED &&
140 cellular->activation_state() != ACTIVATION_STATE_UNKNOWN) ||
435 chromeos::ActivationState activation_state = local
436 cell_networks[i]->activation_state();
439 if (!is_browser_mode && activation_state != ACTIVATION_STATE_ACTIVATED)
445 if (activation_state == ACTIVATION_STATE_NOT_ACTIVATED ||
446 activation_state == ACTIVATION_STATE_PARTIALLY_ACTIVATED) {
450 } else if (activation_state == ACTIVATION_STATE_ACTIVATING) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 526 cellular->activation_state() == chromeos::ACTIVATION_STATE_ACTIVATED);
749 } else if (cellular->activation_state() !=
751 cellular->activation_state() !=
    [all...]
internet_options_handler.h 115 chromeos::ActivationState activation_state,
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 574 const ActivationState activation_state() const { return activation_state_; } function in class:chromeos::CellularNetwork
576 return activation_state() == ACTIVATION_STATE_ACTIVATED;
615 // Return a string representation of |activation_state|.
616 static std::string ActivationStateToString(ActivationState activation_state);
    [all...]
network_library.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 325 item->SetString("activation_state",

Completed in 849 milliseconds