Home
last modified time | relevance | path

Searched refs:as_wcstr (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/
H A Dcache_util_win.cc19 if (!MoveFileEx(base::as_wcstr(from_path.value()), in MoveCache()
20 base::as_wcstr(to_path.value()), 0)) { in MoveCache()
30 if (!DeleteFile(base::as_wcstr(name.value()))) { in DeleteCacheFile()
37 base::win::ScopedHandle file(CreateFile(base::as_wcstr(name.value()), in DeleteCacheFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/win/
H A Dwebauthn_api.cc196 WEBAUTHN_RP_ENTITY_INFORMATION_CURRENT_VERSION, base::as_wcstr(rp_id), in AuthenticatorMakeCredentialBlocking()
197 base::as_wcstr(rp_name), base::as_wcstr(rp_icon_url)}; in AuthenticatorMakeCredentialBlocking()
208 base::as_wcstr(user_name), in AuthenticatorMakeCredentialBlocking()
209 base::as_wcstr(user_icon_url), in AuthenticatorMakeCredentialBlocking()
210 base::as_wcstr(user_display_name), // This appears to be ignored. in AuthenticatorMakeCredentialBlocking()
410 opt_app_id16 ? base::as_wcstr(*opt_app_id16) : nullptr, in AuthenticatorGetAssertionBlocking()
422 h_wnd, base::as_wcstr(rp_id16), &client_data, &options, &assertion); in AuthenticatorGetAssertionBlocking()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/win/
H A Dwebauthn_api.cc187 WEBAUTHN_RP_ENTITY_INFORMATION_CURRENT_VERSION, base::as_wcstr(rp_id), in AuthenticatorMakeCredentialBlocking()
188 base::as_wcstr(rp_name), base::as_wcstr(rp_icon_url)}; in AuthenticatorMakeCredentialBlocking()
199 base::as_wcstr(user_name), in AuthenticatorMakeCredentialBlocking()
200 base::as_wcstr(user_icon_url), in AuthenticatorMakeCredentialBlocking()
201 base::as_wcstr(user_display_name), // This appears to be ignored. in AuthenticatorMakeCredentialBlocking()
395 opt_app_id16 ? base::as_wcstr(*opt_app_id16) : nullptr, in AuthenticatorGetAssertionBlocking()
411 h_wnd, base::as_wcstr(rp_id16), &client_data, &options, &assertion); in AuthenticatorGetAssertionBlocking()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/simple/
H A Dsimple_util_win.cc34 bool rename_succeeded = !!MoveFile(base::as_wcstr(path.value()), in SimpleCacheDeleteFile()
35 base::as_wcstr(rename_target.value())); in SimpleCacheDeleteFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/strings/
H A Dstring_util_win.h67 inline const wchar_t* as_wcstr(const char16* str) { in as_wcstr() function
71 inline const wchar_t* as_wcstr(StringPiece16 str) { in as_wcstr() function
95 return WStringPiece(as_wcstr(str.data()), str.size()); in AsWStringPiece()
103 return std::wstring(as_wcstr(str.data()), str.size()); in AsWString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/win/
H A Dmessage_box_win.cc27 const wchar_t* text_ptr = base::as_wcstr(localized_text); in MessageBox()
31 const wchar_t* caption_ptr = base::as_wcstr(localized_caption); in MessageBox()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/proxy_resolution/
H A Dproxy_resolver_winhttp.cc124 options.lpszAutoConfigUrl = base::as_wcstr(pac_url16); in GetProxyForURL()
136 base::as_wcstr(base::ASCIIToUTF16(mutable_query_url.spec())), &options, in GetProxyForURL()
143 base::as_wcstr(base::ASCIIToUTF16(mutable_query_url.spec())), in GetProxyForURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/proxy_resolution/win/
H A Dproxy_resolver_winhttp.cc124 options.lpszAutoConfigUrl = base::as_wcstr(pac_url16); in GetProxyForURL()
136 base::as_wcstr(base::ASCIIToUTF16(mutable_query_url.spec())), &options, in GetProxyForURL()
143 base::as_wcstr(base::ASCIIToUTF16(mutable_query_url.spec())), in GetProxyForURL()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Durl_security_manager_win.cc59 base::as_wcstr(url16), URLACTION_CREDENTIALS_USE, in CanUseDefaultCredentials()
85 hr = security_manager_->MapUrlToZone(base::as_wcstr(url16), &zone, 0); in CanUseDefaultCredentials()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Durl_security_manager_win.cc61 base::as_wcstr(url16), URLACTION_CREDENTIALS_USE, in CanUseDefaultCredentials()
87 hr = security_manager_->MapUrlToZone(base::as_wcstr(url16), &zone, 0); in CanUseDefaultCredentials()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dwrapped_window_proc.cc68 class_out->lpszMenuName = as_wcstr(menu_name); in InitializeWindowClass()
69 class_out->lpszClassName = as_wcstr(class_name); in InitializeWindowClass()
H A Dwin_util_unittest.cc88 EXPECT_STREQ(as_wcstr(guid_string16), guid_wchar); in TEST()
91 EXPECT_STREQ(as_wcstr(guid_string16), clsid_string.get()); in TEST()
H A Dmessage_window.cc90 return DoCreate(std::move(message_callback), as_wcstr(window_name)); in CreateNamed()
96 as_wcstr(window_name)); in FindWindow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/power_monitor/
H A Dpower_monitor_device_source_win.cc89 CreateWindowEx(WS_EX_NOACTIVATE, as_wcstr(kWindowClassName), NULL, in PowerMessageWindow()
96 UnregisterClass(as_wcstr(kWindowClassName), instance_); in ~PowerMessageWindow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/strings/
H A Dstring_util.h248 inline const wchar_t* as_wcstr(const char16* str) { in as_wcstr() function
252 inline const wchar_t* as_wcstr(StringPiece16 str) { in as_wcstr() function
276 return WStringPiece(as_wcstr(str.data()), str.size()); in AsWStringPiece()
284 return std::wstring(as_wcstr(str.data()), str.size()); in AsWString()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/strings/
H A Dstring_util.h248 inline const wchar_t* as_wcstr(const char16* str) {
252 inline const wchar_t* as_wcstr(StringPiece16 str) {
276 return WStringPiece(as_wcstr(str.data()), str.size());
284 return std::wstring(as_wcstr(str.data()), str.size());
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/strings/
H A Dstring_util.h248 inline const wchar_t* as_wcstr(const char16* str) { in as_wcstr() function
252 inline const wchar_t* as_wcstr(StringPiece16 str) { in as_wcstr() function
276 return WStringPiece(as_wcstr(str.data()), str.size()); in AsWStringPiece()
284 return std::wstring(as_wcstr(str.data()), str.size()); in AsWString()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/strings/
H A Dstring_util.h248 inline const wchar_t* as_wcstr(const char16* str) { in as_wcstr() function
252 inline const wchar_t* as_wcstr(StringPiece16 str) { in as_wcstr() function
276 return WStringPiece(as_wcstr(str.data()), str.size()); in AsWStringPiece()
284 return std::wstring(as_wcstr(str.data()), str.size()); in AsWString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/gaiacp/
H A Dgaia_credential_provider_module.cc89 {L"CP_CLASS_GUID", base::as_wcstr(provider_guid_string.c_str())}, in UpdateRegistryAppId()
90 {L"CP_FILTER_CLASS_GUID", base::as_wcstr(filter_guid_string.c_str())}, in UpdateRegistryAppId()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/blockfile/
H A Dfile_win.cc118 base_file_ = base::File(CreateFile(base::as_wcstr(name.value()), access, in Init()
130 base::File(CreateFile(base::as_wcstr(name.value()), access, sharing, in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dservice_process_util_win.cc117 static_cast<DWORD>(size), base::as_wcstr(name)); in CreateServiceProcessDataRegion()
143 HANDLE raw_handle = OpenFileMapping(access, false, base::as_wcstr(name)); in OpenServiceProcessDataMapping()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dservice_process_util_win.cc117 static_cast<DWORD>(size), base::as_wcstr(name)); in CreateServiceProcessDataRegion()
143 HANDLE raw_handle = OpenFileMapping(access, false, base::as_wcstr(name)); in OpenServiceProcessDataMapping()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/memory/
H A Dshared_memory_win.cc238 &sa, rounded_size, name_.empty() ? nullptr : as_wcstr(name_)), in Create()
289 OpenFileMapping(access, false, name_.empty() ? nullptr : as_wcstr(name_)), in Open()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_classic_win_fake.cc96 wcsncpy(radio->radio_info.szName, base::as_wcstr(name), length); in SimulateARadio()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_classic_win_fake.cc95 wcsncpy(radio->radio_info.szName, base::as_wcstr(name), length); in SimulateARadio()

123