Home
last modified time | relevance | path

Searched refs:GetStringASCII (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/importer/
Dfirefox_proxy_settings.cc174 if (!dictionary.GetStringASCII(kAutoconfigURL, in GetSettingsFromFile()
182 if (!dictionary.GetStringASCII(kHTTPProxyKey, &(settings->http_proxy_))) in GetSettingsFromFile()
188 if (!dictionary.GetStringASCII(kSSLProxyKey, &(settings->ssl_proxy_))) in GetSettingsFromFile()
192 if (!dictionary.GetStringASCII(kFTPProxyKey, &(settings->ftp_proxy_))) in GetSettingsFromFile()
196 if (!dictionary.GetStringASCII(kGopherProxyKey, &(settings->gopher_proxy_))) in GetSettingsFromFile()
202 if (!dictionary.GetStringASCII(kSOCKSHostKey, &(settings->socks_host_))) in GetSettingsFromFile()
211 if (dictionary.GetStringASCII(kNoProxyListKey, &proxy_bypass) && in GetSettingsFromFile()
Dfirefox_importer_utils.cc64 if (root.GetStringASCII(current_profile + ".IsRelative", &is_relative) && in GetFirefoxProfilePath()
83 if ((root.GetStringASCII(current_profile + ".Default", &is_default) && in GetFirefoxProfilePath()
/external/chromium/chrome/browser/chromeos/login/
Duser_image_downloader.cc158 if (!email_dictionary->GetStringASCII("address", &email)) in IsUserEntry()
177 if (!link_dictionary->GetStringASCII("rel", &rel)) in GetImageURLFromLinks()
184 if (!link_dictionary->GetStringASCII("href", &url)) in GetImageURLFromLinks()
/external/chromium/chrome/browser/extensions/
Dextension_proxy_api_helpers.cc67 proxy_config->GetStringASCII(keys::kProxyConfigMode, &proxy_mode); in GetProxyModeFromExtensionPref()
130 proxy_server->GetStringASCII(keys::kProxyConfigRuleScheme, &scheme_string); in GetProxyServer()
/external/chromium/base/
Dvalues.h266 bool GetStringASCII(const std::string& path, std::string* out_value) const;
Dvalues.cc460 bool DictionaryValue::GetStringASCII(const std::string& path, in GetStringASCII() function in DictionaryValue
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc2044 if (!dict_value->GetStringASCII(std::string("command"), &command)) { in SendJSONRequest()