HomeSort by relevance Sort by last modified time
    Searched defs:onc_source (Results 1 - 9 of 9) 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;
150 onc::ONCSource onc_source = onc::ONC_SOURCE_NONE; local
155 &onc_source)) {
174 } else if (!IsNetworkProxySettingsEditable(onc_source)) {
    [all...]
proxy_config_service_impl.cc 33 // Writes the proxy config of |network| to |proxy_config|. Set |onc_source| to
40 ::onc::ONCSource* onc_source) {
43 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/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
84 ::onc::ONCSource onc_source,
policy_util.cc 136 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE; local
144 onc_source = ::onc::ONC_SOURCE_DEVICE_POLICY;
151 onc_source = ::onc::ONC_SOURCE_USER_POLICY;
158 onc_source = ::onc::ONC_SOURCE_NONE;
161 onc_source = ::onc::ONC_SOURCE_NONE;
183 ui_data = NetworkUIData::CreateFromONC(onc_source, *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::__anon9995::OncParams
96 << GetSourceAsString(onc.onc_source) << ")";
118 onc.is_managed, onc.onc_source);
125 onc.is_managed, onc.onc_source);
238 onc.is_managed, onc.onc_source);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 1047 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE; local
    [all...]
wifi_config_view.cc 1335 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 1510 onc::ONCSource onc_source = onc::ONC_SOURCE_USER_IMPORT; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 588 ::onc::ONCSource onc_source,
597 if (onc_source != ::onc::ONC_SOURCE_USER_POLICY &&
598 onc_source != ::onc::ONC_SOURCE_DEVICE_POLICY) {
667 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE; local
669 onc::FindPolicyForActiveUser(vpn->guid(), &onc_source);
673 onc_source,
1526 ::onc::ONCSource onc_source = ::onc::ONC_SOURCE_NONE; local
    [all...]

Completed in 373 milliseconds