Searched refs:activation_state (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc599 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()) {
868 } else if (network->activation_state() ==
888 switch (network->activation_state()) {
939 if ((network->activation_state() ==
941 network->activation_state()
[all...]
/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page.cc226 chromeos::ActivationState activation_state = local
227 cell_networks[i]->activation_state();
228 if (activation_state == ACTIVATION_STATE_ACTIVATED)
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.h115 chromeos::ActivationState activation_state,
H A Dinternet_options_handler.cc526 cellular->activation_state() == chromeos::ACTIVATION_STATE_ACTIVATED);
749 } else if (cellular->activation_state() !=
751 cellular->activation_state() !=
988 chromeos::ActivationState activation_state,
1006 } else if (activation_state != chromeos::ACTIVATION_STATE_ACTIVATED) {
1009 chromeos::CellularNetwork::ActivationStateToString(activation_state));
1035 static_cast<int>(activation_state)));
1151 (*it)->activation_state(),
979 GetNetwork( const std::string& service_path, const SkBitmap& icon, const std::string& name, bool connecting, bool connected, bool connectable, chromeos::ConnectionType connection_type, bool remembered, chromeos::ActivationState activation_state, bool needs_new_plan) argument
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc139 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) {
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dinternet_network_element.js91 (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/cros/
H A Dnetwork_library.h574 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);
H A Dnetwork_library.cc1740 ActivationState activation_state) {
1741 switch (activation_state) {
1739 ActivationStateToString( ActivationState activation_state) argument

Completed in 76 milliseconds