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

/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.cc330 return GetStringByPath("/system/proxy/mode", result);
332 return GetStringByPath("/system/proxy/autoconfig_url", result);
334 return GetStringByPath("/system/http_proxy/host", result);
336 return GetStringByPath("/system/proxy/secure_host", result);
338 return GetStringByPath("/system/proxy/ftp_host", result);
340 return GetStringByPath("/system/proxy/socks_host", result);
387 bool GetStringByPath(const char* key, std::string* result) { function in class:net::__anon8850::SettingGetterImplGConf
633 return GetStringByPath(client_, "mode", result);
635 return GetStringByPath(client_, "autoconfig-url", result);
637 return GetStringByPath(http_client
699 bool GetStringByPath(GSettings* client, const char* key, function in class:net::__anon8850::SettingGetterImplGSettings
[all...]

Completed in 41 milliseconds