Searched refs:WideToASCII (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/extensions/
H A Dexternal_registry_extension_loader_win.cc67 std::string id = WideToASCII(iterator.Name());
79 WideToASCII(extension_version)));
89 WideToASCII(extension_version));
H A Dextensions_startup.cc42 std::string out_text = WideToASCII(caption);
44 out_text.append(WideToASCII(message));
/external/chromium/net/proxy/
H A Dproxy_config_service_win.cc177 config->proxy_rules().ParseFromString(WideToASCII(ie_config.lpszProxy));
180 std::string proxy_bypass = WideToASCII(ie_config.lpszProxyBypass);
H A Dproxy_resolver_winhttp.cc111 results->UseNamedProxy(WideToASCII(info.lpszProxy));
/external/chromium/chrome/browser/google/
H A Dgoogle_update_settings_posix.cc63 google_update::posix_guid = WideToASCII(client_id);
/external/chromium/chrome/browser/rlz/
H A Drlz.cc57 std::string brand_ascii(WideToASCII(brand));
58 std::string lang_ascii(WideToASCII(lang));
59 std::string referral_ascii(WideToASCII(referral));
/external/chromium/chrome/browser/download/
H A Ddownload_extensions.cc201 std::string ascii_extension = WideToASCII(extension);
/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_filebase_unittest.cc12 #include "base/string_util.h" // TODO(brettw) remove when WideToASCII moves.
37 return WideToASCII(test_file_.BaseName().value());
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dcore_chromeos_options_handler.cc92 web_ui_->CallJavascriptFunction(WideToASCII(callback_function),
/external/chromium/chrome/common/
H A Dchild_process_logging_win.cc88 return WideToASCII(wstr_client_id);
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.cc136 web_ui_->CallJavascriptFunction(WideToASCII(function_name));
141 web_ui_->CallJavascriptFunction(WideToASCII(function_name), arg);
146 web_ui_->CallJavascriptFunction(WideToASCII(function_name), arg1, arg2);
/external/chromium/net/tools/dump_cache/
H A Ddump_cache.cc99 new_command_line.AppendSwitchASCII(kPipe, WideToASCII(pipe_number));
H A Dcache_dumper.cc74 std::string base_path = WideToASCII(path_);
/external/chromium/base/
H A Dcommand_line.cc116 *switch_string = WideToASCII(switch_native);
262 return WideToASCII(value);
H A Dstring_util_unittest.cc422 std::string ascii = WideToASCII(wchar_cases[i]);
432 EXPECT_EQ(empty, WideToASCII(wempty));
442 std::string narrow_with_nul = WideToASCII(wide_with_nul);
H A Dstring_util.h272 BASE_API std::string WideToASCII(const std::wstring& wide);
H A Dstring_util.cc424 std::string WideToASCII(const std::wstring& wide) { function
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt.cc59 signon_realm = WideToASCII(auth_info.host_and_port);
440 std::string host_and_port(WideToASCII(auth_info_->host_and_port));
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui.cc279 command_line_string = WideToASCII(wstr);
H A Dextension_settings_handler.cc474 std::string extension_id = WideToASCII(ExtractStringValue(args));
537 std::string extension_id = WideToASCII(ExtractStringValue(args));
758 std::string extension_id = WideToASCII(ExtractStringValue(args));
H A Dcore_options_handler.cc383 web_ui_->CallJavascriptFunction(WideToASCII(callback_function),
/external/chromium/net/http/
H A Dhttp_auth_gssapi_posix.cc842 std::string spn_principal = WideToASCII(spn);
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc600 web_ui_->CallJavascriptFunction(WideToASCII(function_name), *value);
602 web_ui_->CallJavascriptFunction(WideToASCII(function_name));
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc587 if (environment->GetVar(WideToASCII(*variable).c_str(), &path)) {
/external/chromium/net/base/
H A Dx509_certificate_win.cc625 // characters, so we can use WideToASCII here.
628 WideToASCII(alt_name->rgAltEntry[i].pwszDNSName));

Completed in 628 milliseconds

12