Searched defs:GetStringByPath (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.cc341 return GetStringByPath("/system/proxy/mode", result);
343 return GetStringByPath("/system/proxy/autoconfig_url", result);
345 return GetStringByPath("/system/http_proxy/host", result);
347 return GetStringByPath("/system/proxy/secure_host", result);
349 return GetStringByPath("/system/proxy/ftp_host", result);
351 return GetStringByPath("/system/proxy/socks_host", result);
398 bool GetStringByPath(const char* key, std::string* result) { function in class:net::__anon8774::SettingGetterImplGConf
646 return GetStringByPath(client_, "mode", result);
648 return GetStringByPath(client_, "autoconfig-url", result);
650 return GetStringByPath(http_client
712 bool GetStringByPath(GSettings* client, const char* key, function in class:net::__anon8774::SettingGetterImplGSettings
[all...]

Completed in 553 milliseconds