GetStringByPath   331 net/proxy/proxy_config_service_linux.cc         return GetStringByPath("/system/proxy/mode", result);
GetStringByPath   333 net/proxy/proxy_config_service_linux.cc         return GetStringByPath("/system/proxy/autoconfig_url", result);
GetStringByPath   335 net/proxy/proxy_config_service_linux.cc         return GetStringByPath("/system/http_proxy/host", result);
GetStringByPath   337 net/proxy/proxy_config_service_linux.cc         return GetStringByPath("/system/proxy/secure_host", result);
GetStringByPath   339 net/proxy/proxy_config_service_linux.cc         return GetStringByPath("/system/proxy/ftp_host", result);
GetStringByPath   341 net/proxy/proxy_config_service_linux.cc         return GetStringByPath("/system/proxy/socks_host", result);
GetStringByPath   634 net/proxy/proxy_config_service_linux.cc         return GetStringByPath(client_, "mode", result);
GetStringByPath   636 net/proxy/proxy_config_service_linux.cc         return GetStringByPath(client_, "autoconfig-url", result);
GetStringByPath   638 net/proxy/proxy_config_service_linux.cc         return GetStringByPath(http_client_, "host", result);
GetStringByPath   640 net/proxy/proxy_config_service_linux.cc         return GetStringByPath(https_client_, "host", result);
GetStringByPath   642 net/proxy/proxy_config_service_linux.cc         return GetStringByPath(ftp_client_, "host", result);
GetStringByPath   644 net/proxy/proxy_config_service_linux.cc         return GetStringByPath(socks_client_, "host", result);