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

  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.cc 38 // Writes the proxy config of |network| to |proxy_config|. Sets |onc_source| to
45 onc::ONCSource* onc_source) {
48 profile_prefs, local_state_prefs, network, onc_source);
55 // Returns true if proxy settings from |onc_source| are editable.
56 bool IsNetworkProxySettingsEditable(const onc::ONCSource onc_source) {
57 return onc_source != onc::ONC_SOURCE_DEVICE_POLICY &&
58 onc_source != onc::ONC_SOURCE_USER_POLICY;
149 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; local
154 &onc_source)) {
173 } 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);
121 onc::ONCSource onc_source) {
144 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);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 178 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; local
181 NULL, g_browser_process->local_state(), *network, &onc_source);
  /external/chromium_org/chromeos/network/
network_ui_data.h 45 void set_onc_source(onc::ONCSource onc_source) { onc_source_ = onc_source; }
46 onc::ONCSource onc_source() const { return onc_source_; } function in class:chromeos::NetworkUIData
86 onc::ONCSource onc_source,
managed_network_configuration_handler.cc 168 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; local
176 onc_source = onc::ONC_SOURCE_DEVICE_POLICY;
183 onc_source = onc::ONC_SOURCE_USER_POLICY;
190 onc_source = onc::ONC_SOURCE_NONE;
193 onc_source = onc::ONC_SOURCE_NONE;
215 ui_data = NetworkUIData::CreateFromONC(onc_source, *policy);
625 onc::ONCSource onc_source,
628 VLOG(1) << "Setting policies from " << ToDebugString(onc_source, userhash)
632 DCHECK(onc_source != chromeos::onc::ONC_SOURCE_DEVICE_POLICY ||
653 LOG(ERROR) << "ONC from " << ToDebugString(onc_source, userhash
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_validator_unittest.cc 33 ONCSource onc_source) {
42 validator->SetOncSource(onc_source);
80 ONCSource onc_source = ONC_SOURCE_NONE)
84 onc_source(onc_source) {
90 ONCSource onc_source; member in struct:chromeos::onc::__anon9751::OncParams
96 << GetSourceAsString(onc.onc_source) << ")";
118 onc.is_managed, onc.onc_source);
125 onc.is_managed, onc.onc_source);
213 onc.is_managed, onc.onc_source);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_unittest.cc 368 // |onc_source|: The source of the ONC.
372 onc::ONCSource onc_source,
376 onc_source(onc_source),
381 onc::ONCSource onc_source; member in struct:chromeos::__anon6757::ImportParams
387 << onc::GetSourceAsString(params.onc_source) << ", "
401 GetParam().onc_source,
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 1038 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; local
    [all...]
wifi_config_view.cc 1273 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 1547 chromeos::onc::ONCSource onc_source = chromeos::onc::ONC_SOURCE_USER_IMPORT; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 681 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; local
683 network_connect::FindPolicyForActiveUser(vpn, &onc_source);
687 onc_source,
1518 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; local
    [all...]

Completed in 585 milliseconds