Searched refs:GetBoolByPath (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.cc347 return GetBoolByPath("/system/http_proxy/use_http_proxy", result);
349 return GetBoolByPath("/system/http_proxy/use_same_proxy", result);
351 return GetBoolByPath("/system/http_proxy/use_authentication", result);
400 bool GetBoolByPath(const char* key, bool* result) { function in class:net::__anon9534::SettingGetterImplGConf
661 return GetBoolByPath(http_client_, "use-authentication", result);
709 bool GetBoolByPath(GSettings* client, const char* key, bool* result) { function in class:net::__anon9534::SettingGetterImplGSettings

Completed in 52 milliseconds