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

/external/chromium_org/chrome/browser/chromeos/options/
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
H A Dnetwork_property_ui_data.cc12 : onc_source_(onc::ONC_SOURCE_NONE) {
16 : onc_source_(onc_source) {
26 onc_source_ = onc_source;
44 onc_source_ = onc::ONC_SOURCE_NONE;
/external/chromium_org/chromeos/network/
H A Dnetwork_ui_data.h45 void set_onc_source(::onc::ONCSource onc_source) { onc_source_ = onc_source; }
46 ::onc::ONCSource onc_source() const { return onc_source_; }
61 return onc_source_ == ::onc::ONC_SOURCE_DEVICE_POLICY ||
62 onc_source_ == ::onc::ONC_SOURCE_USER_POLICY;
75 // Returns |onc_source_| as a string, one of kONCSource*.
109 ::onc::ONCSource onc_source_; member in class:chromeos::NetworkUIData
H A Dnetwork_ui_data.cc71 : onc_source_(::onc::ONC_SOURCE_NONE),
81 onc_source_ = other.onc_source_;
92 onc_source_ = StringToEnum(kONCSourceTable, source, ::onc::ONC_SOURCE_NONE);
124 return EnumToString(kONCSourceTable, onc_source_);
/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.cc113 onc_source_,
125 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_validator.h78 onc_source_ = source;
200 ::onc::ONCSource onc_source_; member in class:chromeos::onc::Validator
H A Donc_validator.cc50 onc_source_(::onc::ONC_SOURCE_NONE) {}
407 onc_source_ == ::onc::ONC_SOURCE_DEVICE_POLICY) {
418 if (onc_source_ == ::onc::ONC_SOURCE_USER_IMPORT &&
478 if (onc_source_ == ::onc::ONC_SOURCE_DEVICE_POLICY &&
811 if (onc_source_ == ::onc::ONC_SOURCE_DEVICE_POLICY &&

Completed in 196 milliseconds