Searched refs:GetStringASCII (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/importer/ |
D | firefox_proxy_settings.cc | 174 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()
|
D | firefox_importer_utils.cc | 64 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/ |
D | user_image_downloader.cc | 158 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/ |
D | extension_proxy_api_helpers.cc | 67 proxy_config->GetStringASCII(keys::kProxyConfigMode, &proxy_mode); in GetProxyModeFromExtensionPref() 130 proxy_server->GetStringASCII(keys::kProxyConfigRuleScheme, &scheme_string); in GetProxyServer()
|
/external/chromium/base/ |
D | values.h | 266 bool GetStringASCII(const std::string& path, std::string* out_value) const;
|
D | values.cc | 460 bool DictionaryValue::GetStringASCII(const std::string& path, in GetStringASCII() function in DictionaryValue
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.cc | 2044 if (!dict_value->GetStringASCII(std::string("command"), &command)) { in SendJSONRequest()
|