Home
last modified time | relevance | path

Searched refs:ONCSource (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/chromeos/network/
Dnetwork_ui_data.h45 void set_onc_source(::onc::ONCSource onc_source) { onc_source_ = onc_source; } in set_onc_source()
46 ::onc::ONCSource onc_source() const { return onc_source_; } in onc_source()
84 ::onc::ONCSource onc_source,
101 ::onc::ONCSource onc_source_;
Dmock_managed_network_configuration_handler.h53 void(::onc::ONCSource onc_source,
61 ::onc::ONCSource* onc_source));
Dmanaged_network_configuration_handler.h111 ::onc::ONCSource onc_source,
122 ::onc::ONCSource* onc_source) const = 0;
Dmanaged_network_configuration_handler_impl.h72 onc::ONCSource onc_source,
80 onc::ONCSource* onc_source) const OVERRIDE;
Dnetwork_ui_data.cc27 const StringEnumEntry< ::onc::ONCSource> kONCSourceTable[] = {
228 ::onc::ONCSource onc_source, in CreateFromONC()
Dmanaged_network_configuration_handler_impl.cc54 std::string ToDebugString(::onc::ONCSource source, in ToDebugString()
343 ::onc::ONCSource onc_source, in SetPolicy()
487 ::onc::ONCSource* onc_source) const { in FindPolicyByGUID()
/external/chromium_org/chrome/browser/chromeos/options/
Dnetwork_property_ui_data.h30 explicit NetworkPropertyUIData(::onc::ONCSource onc_source);
36 void ParseOncProperty(::onc::ONCSource onc_source,
48 ::onc::ONCSource onc_source_;
Dnetwork_property_ui_data.cc15 NetworkPropertyUIData::NetworkPropertyUIData(onc::ONCSource onc_source) in NetworkPropertyUIData()
22 void NetworkPropertyUIData::ParseOncProperty(onc::ONCSource onc_source, in ParseOncProperty()
Dnetwork_property_ui_data_unittest.cc65 onc::ONCSource source = onc::ONC_SOURCE_USER_IMPORT; in TEST_F()
/external/chromium_org/chrome/browser/chromeos/net/
Donc_utils.h55 ::onc::ONCSource* onc_source);
73 ::onc::ONCSource* onc_source);
Dproxy_config_handler.h33 onc::ONCSource* onc_source);
Donc_utils.cc269 ::onc::ONCSource* onc_source) { in FindPolicyForActiveUser()
426 ::onc::ONCSource* onc_source) { in GetPolicyForFavoriteNetwork()
451 ::onc::ONCSource ignored_onc_source; in HasPolicyForFavoriteNetwork()
Dproxy_config_handler.cc45 ::onc::ONCSource* onc_source) { in GetProxyConfigForFavoriteNetwork()
/external/chromium_org/chrome/browser/chromeos/
Dui_proxy_config_service.cc45 onc::ONCSource* onc_source) { in GetProxyConfig()
56 bool IsNetworkProxySettingsEditable(const onc::ONCSource onc_source) { in IsNetworkProxySettingsEditable()
150 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; in DetermineEffectiveConfig()
Dproxy_config_service_impl.cc40 ::onc::ONCSource* onc_source) { in GetProxyConfig()
121 ::onc::ONCSource onc_source) { in IgnoreProxy()
176 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE; in DetermineEffectiveConfigFromDefaultNetwork()
Dproxy_config_service_impl.h64 onc::ONCSource onc_source);
/external/chromium_org/chrome/browser/chromeos/policy/
Dnetwork_configuration_updater.h60 onc::ONCSource onc_source,
77 onc::ONCSource onc_source_;
Dconfiguration_policy_handler_chromeos.h59 ::onc::ONCSource onc_source,
70 const ::onc::ONCSource onc_source_;
Dnetwork_configuration_updater.cc58 onc::ONCSource onc_source, in NetworkConfigurationUpdater()
/external/chromium_org/chromeos/network/onc/
Donc_utils.h52 CHROMEOS_EXPORT std::string GetSourceAsString(::onc::ONCSource source);
101 ::onc::ONCSource onc_source,
Donc_validator.h76 void SetOncSource(::onc::ONCSource source) { in SetOncSource()
192 ::onc::ONCSource onc_source_;
Dmock_certificate_importer.h22 ::onc::ONCSource,
Donc_certificate_importer.h34 ::onc::ONCSource source,
Donc_validator_unittest.cc33 ::onc::ONCSource onc_source) { in Validate()
80 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE) in OncParams()
90 ::onc::ONCSource onc_source;
Donc_certificate_importer_impl.h48 ::onc::ONCSource source,

12