GetStringASCII    287 base/values.h    bool GetStringASCII(const std::string& path, std::string* out_value) const;
GetStringASCII     69 chrome/browser/component_updater/default_component_installer.cc   manifest.GetStringASCII("version", &manifest_version);
GetStringASCII    312 chrome/browser/component_updater/pepper_flash_component_installer.cc   manifest.GetStringASCII("name", &name);
GetStringASCII    320 chrome/browser/component_updater/pepper_flash_component_installer.cc   manifest.GetStringASCII("version", &proposed_version);
GetStringASCII    335 chrome/browser/component_updater/pepper_flash_component_installer.cc   manifest.GetStringASCII("x-ppapi-os", &os);
GetStringASCII    340 chrome/browser/component_updater/pepper_flash_component_installer.cc   manifest.GetStringASCII("x-ppapi-arch", &arch);
GetStringASCII    163 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc   if (!manifest.GetStringASCII("name", &name)) {
GetStringASCII    178 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc   if (!manifest.GetStringASCII("version", &proposed_version)) {
GetStringASCII    191 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc   if (!pnacl_manifest.GetStringASCII("pnacl-arch", &arch)) {
GetStringASCII    106 chrome/browser/component_updater/recovery_component_installer.cc   manifest.GetStringASCII("name", &name);
GetStringASCII    110 chrome/browser/component_updater/recovery_component_installer.cc   manifest.GetStringASCII("version", &proposed_version);
GetStringASCII    123 chrome/browser/component_updater/recovery_component_installer.cc   if (manifest.GetStringASCII("x-recovery-args", &arguments))
GetStringASCII    126 chrome/browser/component_updater/recovery_component_installer.cc   if (manifest.GetStringASCII("x-recovery-add-version", &add_version)) {
GetStringASCII    128 chrome/browser/component_updater/swiftshader_component_installer.cc   manifest.GetStringASCII("name", &name);
GetStringASCII    132 chrome/browser/component_updater/swiftshader_component_installer.cc   manifest.GetStringASCII("version", &proposed_version);
GetStringASCII     63 chrome/browser/component_updater/test/test_installer.cc   manifest.GetStringASCII("version", &version_string);
GetStringASCII    254 chrome/browser/extensions/api/management/management_api_browsertest.cc   EXPECT_TRUE(dict->GetStringASCII(keys::kDisabledReasonKey, &reason));
GetStringASCII     96 chrome/browser/extensions/api/mdns/mdns_api.cc     filter->GetStringASCII(kEventFilterServiceTypeKey, &filter_value);
GetStringASCII     68 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc   proxy_config->GetStringASCII(keys::kProxyConfigMode, &proxy_mode);
GetStringASCII    158 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc   proxy_server->GetStringASCII(keys::kProxyConfigRuleScheme, &scheme_string);
GetStringASCII    259 chrome/browser/net/firefox_proxy_settings.cc     if (!dictionary.GetStringASCII(kAutoconfigURL,
GetStringASCII    267 chrome/browser/net/firefox_proxy_settings.cc     if (!dictionary.GetStringASCII(kHTTPProxyKey, &(settings->http_proxy_)))
GetStringASCII    273 chrome/browser/net/firefox_proxy_settings.cc     if (!dictionary.GetStringASCII(kSSLProxyKey, &(settings->ssl_proxy_)))
GetStringASCII    277 chrome/browser/net/firefox_proxy_settings.cc     if (!dictionary.GetStringASCII(kFTPProxyKey, &(settings->ftp_proxy_)))
GetStringASCII    281 chrome/browser/net/firefox_proxy_settings.cc     if (!dictionary.GetStringASCII(kGopherProxyKey, &(settings->gopher_proxy_)))
GetStringASCII    287 chrome/browser/net/firefox_proxy_settings.cc     if (!dictionary.GetStringASCII(kSOCKSHostKey, &(settings->socks_host_)))
GetStringASCII    296 chrome/browser/net/firefox_proxy_settings.cc     if (dictionary.GetStringASCII(kNoProxyListKey, &proxy_bypass) &&
GetStringASCII    344 chrome/browser/ui/webui/nacl_ui.cc   static_cast<base::DictionaryValue*>(root.get())->GetStringASCII(
GetStringASCII     31 chrome/common/importer/firefox_importer_utils.cc   if (!root.GetStringASCII(profile_name + ".IsRelative", &is_relative) ||
GetStringASCII     54 chrome/common/importer/firefox_importer_utils.cc   root.GetStringASCII(profile_name + ".Default", &is_default);
GetStringASCII     58 extensions/common/event_matcher.cc   filter_->GetStringASCII(kEventFilterServiceTypeKey, &service_type_filter);
GetStringASCII     90 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc   if (!dict->GetStringASCII("qname", qname)) {