Searched refs:onc_source_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_property_ui_data.cc14 : 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;
H A Dnetwork_property_ui_data.h42 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/
H A Dnetwork_ui_data.cc62 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;
H A Dnetwork_ui_data.h37 ::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/
H A Dnetwork_configuration_updater.cc44 : onc_source_(onc_source),
89 onc_source_,
100 return chromeos::onc::GetSourceAsString(onc_source_);
H A Duser_network_configuration_updater.cc108 onc_source_,
119 network_config_handler_->SetPolicy(onc_source_,
H A Dnetwork_configuration_updater.h65 onc::ONCSource onc_source_; member in class:policy::NetworkConfigurationUpdater
H A Ddevice_network_configuration_updater.cc73 network_config_handler_->SetPolicy(onc_source_,
H A Dconfiguration_policy_handler_chromeos.h72 const ::onc::ONCSource onc_source_; member in class:policy::NetworkConfigurationPolicyHandler
H A Dconfiguration_policy_handler_chromeos.cc215 validator.SetOncSource(onc_source_);
248 onc_source_,
277 onc_source_(onc_source),
/external/chromium_org/chromeos/network/onc/
H A Donc_translator_shill_to_onc.cc57 onc_source_(onc_source),
67 onc_source_(onc_source),
141 ::onc::ONCSource onc_source_; member in class:chromeos::onc::__anon6212::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_,
H A Donc_validator.h78 onc_source_ = source;
207 ::onc::ONCSource onc_source_; member in class:chromeos::onc::Validator
H A Donc_validator.cc47 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 5197 milliseconds