HomeSort by relevance Sort by last modified time
    Searched refs:GetStringASCII (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/importer/
firefox_proxy_settings.cc 174 if (!dictionary.GetStringASCII(kAutoconfigURL,
182 if (!dictionary.GetStringASCII(kHTTPProxyKey, &(settings->http_proxy_)))
188 if (!dictionary.GetStringASCII(kSSLProxyKey, &(settings->ssl_proxy_)))
192 if (!dictionary.GetStringASCII(kFTPProxyKey, &(settings->ftp_proxy_)))
196 if (!dictionary.GetStringASCII(kGopherProxyKey, &(settings->gopher_proxy_)))
202 if (!dictionary.GetStringASCII(kSOCKSHostKey, &(settings->socks_host_)))
211 if (dictionary.GetStringASCII(kNoProxyListKey, &proxy_bypass) &&
firefox_importer_utils.cc 64 if (root.GetStringASCII(current_profile + ".IsRelative", &is_relative) &&
83 if ((root.GetStringASCII(current_profile + ".Default", &is_default) &&
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.cc 158 if (!email_dictionary->GetStringASCII("address", &email))
177 if (!link_dictionary->GetStringASCII("rel", &rel))
184 if (!link_dictionary->GetStringASCII("href", &url))
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.cc 67 proxy_config->GetStringASCII(keys::kProxyConfigMode, &proxy_mode);
130 proxy_server->GetStringASCII(keys::kProxyConfigRuleScheme, &scheme_string);
  /external/chromium/base/
values.h 266 bool GetStringASCII(const std::string& path, std::string* out_value) const;
values.cc 460 bool DictionaryValue::GetStringASCII(const std::string& path,
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 1698 milliseconds