Home
last modified time | relevance | path

Searched refs:ASCIIToWide (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium/net/proxy/
Dproxy_resolver_winhttp.cc57 std::wstring pac_url_wide = ASCIIToWide(pac_url_.spec()); in GetProxyForURL()
69 session_handle_, ASCIIToWide(query_url.spec()).c_str(), &options, &info); in GetProxyForURL()
74 session_handle_, ASCIIToWide(query_url.spec()).c_str(), in GetProxyForURL()
/external/chromium/chrome/browser/ui/views/
Daccessibility_event_router_views_unittest.cc134 NULL, ASCIIToWide(kButton1ASCII)); in TEST_F()
137 NULL, ASCIIToWide(kButton2ASCII)); in TEST_F()
140 NULL, ASCIIToWide(kButton3ASCII)); in TEST_F()
Dexternal_protocol_dialog.cc170 std::wstring url_spec = ASCIIToWide(url.possibly_invalid_spec()); in GetApplicationForProtocol()
172 ASCIIToWide(url.scheme() + "\\shell\\open\\command"); in GetApplicationForProtocol()
/external/chromium/chrome/browser/extensions/
Dexternal_registry_extension_loader_win.cc46 kRegRoot, ASCIIToWide(kRegistryExtensions).c_str()); in LoadOnFileThread()
49 std::wstring key_path = ASCIIToWide(kRegistryExtensions); in LoadOnFileThread()
/external/chromium/chrome/browser/
Denumerate_modules_model_win.cc815 type_string = ASCIIToWide("Shell Extension"); in GetModuleList()
818 type_string += ASCIIToWide(", "); in GetModuleList()
819 type_string += ASCIIToWide("Winsock"); in GetModuleList()
824 type_string += ASCIIToWide(" -- "); in GetModuleList()
840 string16 separator = ASCIIToWide(" ") + l10n_util::GetStringUTF16( in GetModuleList()
842 ASCIIToWide(" "); in GetModuleList()
866 string16 possible_resolution = actions.empty() ? ASCIIToWide("") : in GetModuleList()
868 ASCIIToWide(" ") + in GetModuleList()
Dabout_flags_unittest.cc259 ASCIIToWide(switch1_with_equals))); in TEST_F()
272 ASCIIToWide(switch2_with_equals))); in TEST_F()
Dmemory_details_win.cc124 info.version = ASCIIToWide(version_info.Version()); in CollectProcessData()
Dplatform_util_win.cc139 std::wstring registry_path = ASCIIToWide(url.scheme()) + in OpenExternal()
/external/chromium/chrome/common/
Dchild_process_logging_win.cc66 std::wstring wstr = ASCIIToWide(str); in SetClientId()
121 (set_extension_id)(i, ASCIIToWide(iter->c_str()).c_str()); in SetActiveExtensions()
Dchild_process_logging_linux.cc48 std::wstring wstr = ASCIIToWide(str); in SetClientId()
/external/chromium/chrome/browser/history/
Dhistory_publisher_win.cc121 base::win::ScopedBstr url(ASCIIToWide(page_data.url.spec()).c_str()); in PublishDataToIndexers()
126 ASCIIToWide(page_data.thumbnail_format).c_str() : in PublishDataToIndexers()
/external/chromium/chrome/browser/web_resource/
Dpromo_resource_service.cc253 ASCIIToWide(promo_start_string).c_str(), &start_time) && in UnpackPromoSignal()
255 ASCIIToWide(promo_end_string).c_str(), &end_time)) { in UnpackPromoSignal()
390 ASCIIToWide(logo_start_string).c_str(), &start_time) && in UnpackLogoSignal()
392 ASCIIToWide(logo_end_string).c_str(), &end_time)) { in UnpackLogoSignal()
/external/chromium/base/
Dshared_memory_win.cc93 name_ = ASCIIToWide(name); in CreateNamed()
124 name_ = ASCIIToWide(name); in Open()
Dutf_string_conversions.h54 BASE_API std::wstring ASCIIToWide(const base::StringPiece& ascii);
Dcommand_line.cc296 command_line_string_.append(kSwitchPrefixes[0] + ASCIIToWide(switch_string)); in AppendSwitch()
313 kSwitchPrefixes[0] + ASCIIToWide(switch_string); in AppendSwitchNative()
333 AppendSwitchNative(switch_string, ASCIIToWide(value_string)); in AppendSwitchASCII()
Dutf_string_conversions.cc178 std::wstring ASCIIToWide(const base::StringPiece& ascii) { in ASCIIToWide() function
/external/chromium/net/http/
Dhttp_auth_controller.cc497 auth_info_->host_and_port = ASCIIToWide(GetHostAndPort(auth_origin_)); in PopulateAuthChallenge()
498 auth_info_->scheme = ASCIIToWide( in PopulateAuthChallenge()
501 auth_info_->realm = ASCIIToWide(handler_->realm()); in PopulateAuthChallenge()
Dhttp_auth_handler_negotiate.cc152 return ASCIIToWide(base::StringPrintf("HTTP%c%s:%d", kSpnSeparator, in CreateSPN()
155 return ASCIIToWide(base::StringPrintf("HTTP%c%s", kSpnSeparator, in CreateSPN()
Durl_security_manager_win.cc56 std::wstring url_w = ASCIIToWide(auth_origin.spec()); in CanUseDefaultCredentials()
Dhttp_auth_handler_ntlm.cc147 target.append(ASCIIToWide(GetHostAndPort(origin))); in CreateSPN()
/external/chromium/chrome/browser/rlz/
Drlz.cc170 if (::GetEnvironmentVariableW(ASCIIToWide(env_vars::kHeadless).c_str(), in Run()
343 *rlz = ASCIIToWide(std::string(str_rlz)); in GetAccessPointRlz()
/external/chromium/chrome/browser/chromeos/login/
Dbackground_view.cc448 ASCIIToWide(CrosLibrary::Get()->load_error_string())); in UpdateVersionLabel()
563 boot_times_label_->SetText(ASCIIToWide(boot_times_text)); in OnBootTimes()
/external/chromium/net/base/
Dkeygen_handler_win.cc67 std::wstring wide_challenge = ASCIIToWide(challenge); in GetSignedPublicKeyAndChallenge()
/external/chromium/chrome/browser/automation/
Dautomation_tab_helper_browsertest.cc93 host, L"", ASCIIToWide(script))); in RunTestCaseInJavaScript()
/external/chromium/net/socket_stream/
Dsocket_stream.cc756 ASCIIToWide(proxy_info_.proxy_server().host_port_pair().ToString()); in DoReadTunnelHeadersComplete()
757 auth_info_->scheme = ASCIIToWide( in DoReadTunnelHeadersComplete()
759 auth_info_->realm = ASCIIToWide(auth_handler_->realm()); in DoReadTunnelHeadersComplete()

12