/external/chromium/net/proxy/ |
D | proxy_resolver_winhttp.cc | 57 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/ |
D | accessibility_event_router_views_unittest.cc | 134 NULL, ASCIIToWide(kButton1ASCII)); in TEST_F() 137 NULL, ASCIIToWide(kButton2ASCII)); in TEST_F() 140 NULL, ASCIIToWide(kButton3ASCII)); in TEST_F()
|
D | external_protocol_dialog.cc | 170 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/ |
D | external_registry_extension_loader_win.cc | 46 kRegRoot, ASCIIToWide(kRegistryExtensions).c_str()); in LoadOnFileThread() 49 std::wstring key_path = ASCIIToWide(kRegistryExtensions); in LoadOnFileThread()
|
/external/chromium/chrome/browser/ |
D | enumerate_modules_model_win.cc | 815 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()
|
D | about_flags_unittest.cc | 259 ASCIIToWide(switch1_with_equals))); in TEST_F() 272 ASCIIToWide(switch2_with_equals))); in TEST_F()
|
D | memory_details_win.cc | 124 info.version = ASCIIToWide(version_info.Version()); in CollectProcessData()
|
D | platform_util_win.cc | 139 std::wstring registry_path = ASCIIToWide(url.scheme()) + in OpenExternal()
|
/external/chromium/chrome/common/ |
D | child_process_logging_win.cc | 66 std::wstring wstr = ASCIIToWide(str); in SetClientId() 121 (set_extension_id)(i, ASCIIToWide(iter->c_str()).c_str()); in SetActiveExtensions()
|
D | child_process_logging_linux.cc | 48 std::wstring wstr = ASCIIToWide(str); in SetClientId()
|
/external/chromium/chrome/browser/history/ |
D | history_publisher_win.cc | 121 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/ |
D | promo_resource_service.cc | 253 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/ |
D | shared_memory_win.cc | 93 name_ = ASCIIToWide(name); in CreateNamed() 124 name_ = ASCIIToWide(name); in Open()
|
D | utf_string_conversions.h | 54 BASE_API std::wstring ASCIIToWide(const base::StringPiece& ascii);
|
D | command_line.cc | 296 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()
|
D | utf_string_conversions.cc | 178 std::wstring ASCIIToWide(const base::StringPiece& ascii) { in ASCIIToWide() function
|
/external/chromium/net/http/ |
D | http_auth_controller.cc | 497 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()
|
D | http_auth_handler_negotiate.cc | 152 return ASCIIToWide(base::StringPrintf("HTTP%c%s:%d", kSpnSeparator, in CreateSPN() 155 return ASCIIToWide(base::StringPrintf("HTTP%c%s", kSpnSeparator, in CreateSPN()
|
D | url_security_manager_win.cc | 56 std::wstring url_w = ASCIIToWide(auth_origin.spec()); in CanUseDefaultCredentials()
|
D | http_auth_handler_ntlm.cc | 147 target.append(ASCIIToWide(GetHostAndPort(origin))); in CreateSPN()
|
/external/chromium/chrome/browser/rlz/ |
D | rlz.cc | 170 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/ |
D | background_view.cc | 448 ASCIIToWide(CrosLibrary::Get()->load_error_string())); in UpdateVersionLabel() 563 boot_times_label_->SetText(ASCIIToWide(boot_times_text)); in OnBootTimes()
|
/external/chromium/net/base/ |
D | keygen_handler_win.cc | 67 std::wstring wide_challenge = ASCIIToWide(challenge); in GetSignedPublicKeyAndChallenge()
|
/external/chromium/chrome/browser/automation/ |
D | automation_tab_helper_browsertest.cc | 93 host, L"", ASCIIToWide(script))); in RunTestCaseInJavaScript()
|
/external/chromium/net/socket_stream/ |
D | socket_stream.cc | 756 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()
|