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

  /external/chromium_org/chromeos/network/
network_ui_data.h 37 ::onc::ONCSource onc_source() const { return onc_source_; } function in class:chromeos::NetworkUIData
51 // Creates a NetworkUIData object from |onc_source|. This function is used to
53 static scoped_ptr<NetworkUIData> CreateFromONC(::onc::ONCSource onc_source);
policy_util.cc 282 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE; local
290 onc_source = ::onc::ONC_SOURCE_DEVICE_POLICY;
297 onc_source = ::onc::ONC_SOURCE_USER_POLICY;
304 onc_source = ::onc::ONC_SOURCE_NONE;
307 onc_source = ::onc::ONC_SOURCE_NONE;
333 scoped_ptr<NetworkUIData> ui_data(NetworkUIData::CreateFromONC(onc_source));
managed_network_configuration_handler_impl.cc 167 ::onc::ONCSource onc_source; local
168 FindPolicyByGUID(userhash, guid, &onc_source);
171 *shill_properties, onc_source, &onc::kNetworkWithStateSignature));
356 ::onc::ONCSource onc_source,
360 VLOG(1) << "Setting policies from " << ToDebugString(onc_source, userhash)
364 DCHECK(onc_source != ::onc::ONC_SOURCE_DEVICE_POLICY ||
393 NET_LOG_ERROR("ONC from " + ToDebugString(onc_source, userhash) +
513 ::onc::ONCSource* onc_source) const {
514 *onc_source = ::onc::ONC_SOURCE_NONE;
522 *onc_source = ::onc::ONC_SOURCE_USER_POLICY
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.cc 37 // Writes the proxy config of |network| to |proxy_config|. Sets |onc_source| to
44 onc::ONCSource* onc_source) {
47 profile_prefs, local_state_prefs, network, onc_source);
54 // Returns true if proxy settings from |onc_source| are editable.
55 bool IsNetworkProxySettingsEditable(const onc::ONCSource onc_source) {
56 return onc_source != onc::ONC_SOURCE_DEVICE_POLICY &&
57 onc_source != onc::ONC_SOURCE_USER_POLICY;
153 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; local
158 &onc_source)) {
177 } else if (!IsNetworkProxySettingsEditable(onc_source)) {
    [all...]
proxy_config_service_impl.cc 32 // Writes the proxy config of |network| to |proxy_config|. Set |onc_source| to
39 ::onc::ONCSource* onc_source) {
42 profile_prefs, local_state_prefs, network, onc_source);
120 ::onc::ONCSource onc_source) {
143 if (onc_source == ::onc::ONC_SOURCE_DEVICE_POLICY) {
176 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE; local
178 prefs(), local_state_prefs_, *network, &network_config, &onc_source);
180 IgnoreProxy(profile_prefs_, network->profile_path(), onc_source);
enrollment_dialog_view.cc 273 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; local
277 ->FindPolicyByGUID(username_hash, network->guid(), &onc_source);
282 if (!policy || onc_source == onc::ONC_SOURCE_DEVICE_POLICY)
  /external/chromium_org/chromeos/network/onc/
onc_validator_unittest.cc 33 ::onc::ONCSource onc_source) {
42 validator->SetOncSource(onc_source);
80 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE)
84 onc_source(onc_source) {
90 ::onc::ONCSource onc_source; member in struct:chromeos::onc::__anon10845::OncParams
96 << GetSourceAsString(onc.onc_source) << ")";
118 onc.is_managed, onc.onc_source);
125 onc.is_managed, onc.onc_source);
247 onc.is_managed, onc.onc_source);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 1059 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE; local
    [all...]
wifi_config_view.cc 1366 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 1427 onc::ONCSource onc_source = onc::ONC_SOURCE_USER_IMPORT; local
    [all...]

Completed in 1029 milliseconds