Home
last modified time | relevance | path

Searched refs:http_proxy_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/importer/
Dfirefox_proxy_settings.h50 std::string http_proxy() const { return http_proxy_; } in http_proxy()
88 std::string http_proxy_; variable
Dfirefox_proxy_settings.cc71 http_proxy_.clear(); in Reset()
182 if (!dictionary.GetStringASCII(kHTTPProxyKey, &(settings->http_proxy_))) in GetSettingsFromFile()