/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_org/chrome/browser/component_updater/ |
recovery_component_installer.cc | 104 manifest.GetStringASCII("name", &name); 108 manifest.GetStringASCII("version", &proposed_version); 121 if (manifest.GetStringASCII("x-recovery-args", &arguments)) 124 if (manifest.GetStringASCII("x-recovery-add-version", &add_version)) {
|
pepper_flash_component_installer.cc | 310 manifest.GetStringASCII("name", &name); 318 manifest.GetStringASCII("version", &proposed_version); 333 manifest.GetStringASCII("x-ppapi-os", &os); 338 manifest.GetStringASCII("x-ppapi-arch", &arch);
|
swiftshader_component_installer.cc | 128 manifest.GetStringASCII("name", &name); 132 manifest.GetStringASCII("version", &proposed_version);
|
default_component_installer.cc | 67 manifest.GetStringASCII("version", &manifest_version);
|
/external/chromium_org/chrome/browser/net/ |
firefox_proxy_settings.cc | 258 if (!dictionary.GetStringASCII(kAutoconfigURL, 266 if (!dictionary.GetStringASCII(kHTTPProxyKey, &(settings->http_proxy_))) 272 if (!dictionary.GetStringASCII(kSSLProxyKey, &(settings->ssl_proxy_))) 276 if (!dictionary.GetStringASCII(kFTPProxyKey, &(settings->ftp_proxy_))) 280 if (!dictionary.GetStringASCII(kGopherProxyKey, &(settings->gopher_proxy_))) 286 if (!dictionary.GetStringASCII(kSOCKSHostKey, &(settings->socks_host_))) 295 if (dictionary.GetStringASCII(kNoProxyListKey, &proxy_bypass) &&
|
/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_org/chrome/browser/component_updater/test/ |
test_installer.cc | 61 manifest.GetStringASCII("version", &version_string);
|
/external/chromium_org/extensions/common/ |
event_matcher.cc | 58 filter_->GetStringASCII(kEventFilterServiceTypeKey, &service_type_filter);
|
/external/chromium_org/chrome/browser/component_updater/pnacl/ |
pnacl_component_installer.cc | 161 if (!manifest.GetStringASCII("name", &name)) { 176 if (!manifest.GetStringASCII("version", &proposed_version)) { 189 if (!pnacl_manifest.GetStringASCII("pnacl-arch", &arch)) {
|
/external/chromium_org/chrome/browser/extensions/api/mdns/ |
mdns_api.cc | 97 filter->GetStringASCII(kEventFilterServiceTypeKey, &filter_value);
|
/external/chromium_org/net/tools/dns_fuzz_stub/ |
dns_fuzz_stub.cc | 90 if (!dict->GetStringASCII("qname", qname)) {
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils.cc | 30 if (!root.GetStringASCII(profile_name + ".IsRelative", &is_relative) || 53 root.GetStringASCII(profile_name + ".Default", &is_default);
|
/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_org/chrome/browser/extensions/api/proxy/ |
proxy_api_helpers.cc | 68 proxy_config->GetStringASCII(keys::kProxyConfigMode, &proxy_mode); 158 proxy_server->GetStringASCII(keys::kProxyConfigRuleScheme, &scheme_string);
|
/external/chromium_org/chrome/browser/extensions/api/management/ |
management_api_browsertest.cc | 249 EXPECT_TRUE(dict->GetStringASCII(keys::kDisabledReasonKey, &reason));
|
/external/chromium_org/chrome/test/perf/rendering/ |
throughput_tests.cc | 101 if (item->GetStringASCII("url", &str)) { 103 } else if (item->GetStringASCII("file", &str)) {
|
/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_org/chrome/browser/ui/webui/ |
nacl_ui.cc | 343 static_cast<base::DictionaryValue*>(root.get())->GetStringASCII(
|
/external/chromium_org/base/ |
values.h | 280 bool GetStringASCII(const std::string& path, std::string* out_value) const;
|
values.cc | 536 bool DictionaryValue::GetStringASCII(const std::string& path,
|
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | [all...] |
/external/chromium_org/chrome/browser/automation/ |
testing_automation_provider.cc | [all...] |