HomeSort by relevance Sort by last modified time
    Searched refs:onc_source_ (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/chromeos/options/
network_property_ui_data.cc 14 : onc_source_(::onc::ONC_SOURCE_NONE) {
18 : onc_source_(onc_source) {
28 onc_source_ = onc_source;
36 // Set onc_source_ to NONE to indicate that the value is not enforced.
37 onc_source_ = ::onc::ONC_SOURCE_NONE;
network_property_ui_data.h 42 return (onc_source_ == ::onc::ONC_SOURCE_DEVICE_POLICY ||
43 onc_source_ == ::onc::ONC_SOURCE_USER_POLICY);
48 ::onc::ONCSource onc_source_; member in class:chromeos::NetworkPropertyUIData
  /external/chromium_org/chromeos/network/
network_ui_data.cc 62 NetworkUIData::NetworkUIData() : onc_source_(::onc::ONC_SOURCE_NONE) {
70 onc_source_ = other.onc_source_;
79 onc_source_ = StringToEnum(kONCSourceTable, source, ::onc::ONC_SOURCE_NONE);
96 return EnumToString(kONCSourceTable, onc_source_);
116 ui_data->onc_source_ = onc_source;
network_ui_data.h 37 ::onc::ONCSource onc_source() const { return onc_source_; }
44 // Returns |onc_source_| as a string, one of kONCSource*.
67 ::onc::ONCSource onc_source_; member in class:chromeos::NetworkUIData
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater.cc 44 : onc_source_(onc_source),
89 onc_source_,
100 return chromeos::onc::GetSourceAsString(onc_source_);
network_configuration_updater.h 65 onc::ONCSource onc_source_; member in class:policy::NetworkConfigurationUpdater
user_network_configuration_updater.cc 108 onc_source_,
119 network_config_handler_->SetPolicy(onc_source_,
configuration_policy_handler_chromeos.h 72 const ::onc::ONCSource onc_source_; member in class:policy::NetworkConfigurationPolicyHandler
device_network_configuration_updater.cc 73 network_config_handler_->SetPolicy(onc_source_,
configuration_policy_handler_chromeos.cc 215 validator.SetOncSource(onc_source_);
248 onc_source_,
277 onc_source_(onc_source),
  /external/chromium_org/chromeos/network/onc/
onc_translator_shill_to_onc.cc 57 onc_source_(onc_source),
67 onc_source_(onc_source),
141 ::onc::ONCSource onc_source_; member in class:chromeos::onc::__anon10837::ShillToONCTranslator
360 onc_source_,
435 if (onc_source_ != ::onc::ONC_SOURCE_UNKNOWN &&
439 if (onc_source_ == ::onc::ONC_SOURCE_DEVICE_POLICY)
441 else if (onc_source_ == ::onc::ONC_SOURCE_USER_POLICY)
546 dictionary, onc_source_, *field_signature->value_signature);
587 onc_source_,
onc_validator.h 78 onc_source_ = source;
207 ::onc::ONCSource onc_source_; member in class:chromeos::onc::Validator
onc_validator.cc 47 onc_source_(::onc::ONC_SOURCE_NONE) {}
433 onc_source_ == ::onc::ONC_SOURCE_DEVICE_POLICY) {
444 if (onc_source_ == ::onc::ONC_SOURCE_USER_IMPORT &&
497 if (onc_source_ == ::onc::ONC_SOURCE_DEVICE_POLICY &&
814 if (onc_source_ == ::onc::ONC_SOURCE_DEVICE_POLICY &&

Completed in 1849 milliseconds