HomeSort by relevance Sort by last modified time
    Searched refs:CreateSystem (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/prefs/
proxy_config_dictionary.h 49 static base::DictionaryValue* CreateSystem();
proxy_config_dictionary_unittest.cc 75 TEST(ProxyConfigDictionaryTest, CreateSystem) {
77 ProxyConfigDictionary::CreateSystem());
proxy_config_dictionary.cc 117 base::DictionaryValue* ProxyConfigDictionary::CreateSystem() {
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.cc 206 ProxyConfigDictionary::CreateSystem();
214 ProxyConfigDictionary::CreateSystem();
proxy_policy_handler.cc 204 prefs->SetValue(prefs::kProxy, ProxyConfigDictionary::CreateSystem());
pref_proxy_config_tracker_impl_unittest.cc 283 ProxyConfigDictionary::CreateSystem());
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers.cc 353 result_proxy_config = ProxyConfigDictionary::CreateSystem();
proxy_api_helpers_unittest.cc 284 ProxyConfigDictionary::CreateSystem());

Completed in 522 milliseconds