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

  /external/chromium_org/chromeos/network/
network_state.h 71 const std::string& activation_state() const { return activation_state_; }
157 std::string activation_state_; member in class:chromeos::NetworkState
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 561 activation_state_(ACTIVATION_STATE_UNKNOWN),
574 const ActivationState activation_state() const { return activation_state_; }
622 ActivationState activation_state_; member in class:chromeos::CellularNetwork
638 activation_state_ = state;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.h 791 const ActivationState activation_state() const { return activation_state_; }
852 activation_state_ = activation_state;
889 ActivationState activation_state_; member in class:chromeos::CellularNetwork
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 450 std::string activation_state_; member in class:chromeos::options::__anon8965::NetworkInfoDictionary
466 activation_state_(network->activation_state()),
510 activation_state_ != flimflam::kActivationStateActivated) {
512 status.append(ActivationStateString(activation_state_));
517 network_info->SetString(kNetworkInfoKeyActivationState, activation_state_);
    [all...]

Completed in 140 milliseconds