Home
last modified time | relevance | path

Searched refs:UTF16ToUTF8 (Results 1 – 25 of 1661) sorted by relevance

12345678910>>...67

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Daddress_normalizer_impl_unittest.cc150 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
208 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_STATE))); in TEST_F()
219 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
250 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
266 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
299 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
370 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_STATE))); in TEST_F()
373 base::UTF16ToUTF8(profile.GetRawInfo(PHONE_HOME_WHOLE_NUMBER))); in TEST_F()
386 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
411 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
[all …]
H A Dautofill_profile_sync_util.cc24 using base::UTF16ToUTF8;
110 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(NAME_FIRST)))); in CreateEntityDataFromAutofillProfile()
112 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(NAME_MIDDLE)))); in CreateEntityDataFromAutofillProfile()
114 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(NAME_LAST)))); in CreateEntityDataFromAutofillProfile()
122 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(NAME_FULL)))); in CreateEntityDataFromAutofillProfile()
148 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(EMAIL_ADDRESS)))); in CreateEntityDataFromAutofillProfile()
152 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(COMPANY_NAME)))); in CreateEntityDataFromAutofillProfile()
174 UTF16ToUTF8(entry.GetRawInfo(ADDRESS_HOME_STREET_NAME))); in CreateEntityDataFromAutofillProfile()
178 UTF16ToUTF8(entry.GetRawInfo(ADDRESS_HOME_SUBPREMISE))); in CreateEntityDataFromAutofillProfile()
180 UTF16ToUTF8(entry.GetRawInfo(ADDRESS_HOME_PREMISE_NAME))); in CreateEntityDataFromAutofillProfile()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Daddress_normalizer_impl_unittest.cc150 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
208 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_STATE))); in TEST_F()
219 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
250 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
266 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
299 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
370 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_STATE))); in TEST_F()
373 base::UTF16ToUTF8(profile.GetRawInfo(PHONE_HOME_WHOLE_NUMBER))); in TEST_F()
386 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
411 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)); in TEST_F()
[all …]
H A Dautofill_profile_sync_util.cc22 using base::UTF16ToUTF8;
62 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(NAME_FIRST)))); in CreateEntityDataFromAutofillProfile()
64 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(NAME_MIDDLE)))); in CreateEntityDataFromAutofillProfile()
66 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(NAME_LAST)))); in CreateEntityDataFromAutofillProfile()
68 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(NAME_FULL)))); in CreateEntityDataFromAutofillProfile()
70 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(EMAIL_ADDRESS)))); in CreateEntityDataFromAutofillProfile()
76 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(COMPANY_NAME)))); in CreateEntityDataFromAutofillProfile()
78 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(ADDRESS_HOME_CITY)))); in CreateEntityDataFromAutofillProfile()
80 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(ADDRESS_HOME_STATE)))); in CreateEntityDataFromAutofillProfile()
82 TruncateUTF8(UTF16ToUTF8(entry.GetRawInfo(ADDRESS_HOME_ZIP)))); in CreateEntityDataFromAutofillProfile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/chrome_cleaner/
H A Dsrt_delete_extension_win_unittest.cc124 base::UTF16ToUTF8(extension_ids[0])), in TEST_F()
127 base::UTF16ToUTF8(extension_ids[1])), in TEST_F()
130 base::UTF16ToUTF8(extension_ids[2])), in TEST_F()
139 base::UTF16ToUTF8(extension_ids[0])), in TEST_F()
142 base::UTF16ToUTF8(extension_ids[1])), in TEST_F()
145 base::UTF16ToUTF8(extension_ids[2])), in TEST_F()
160 base::UTF16ToUTF8(extension_ids[0])), in TEST_F()
163 base::UTF16ToUTF8(extension_ids[1])), in TEST_F()
209 base::UTF16ToUTF8(extension_ids[0]))); in TEST_F()
211 base::UTF16ToUTF8(extension_ids[1]))); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/file/
H A Dfilesystem_win.cc37 PLOG(ERROR) << "FindFirstFileEx " << base::UTF16ToUTF8(path.value()); in IsSymbolicLink()
47 PLOG(ERROR) << "RemoveDirectory " << base::UTF16ToUTF8(path.value()); in LoggingRemoveDirectoryImpl()
71 PLOG(ERROR) << "CreateFile " << base::UTF16ToUTF8(path.value()); in FileModificationTime()
77 PLOG(ERROR) << "GetFileTime " << base::UTF16ToUTF8(path.value()); in FileModificationTime()
92 LOG(ERROR) << base::UTF16ToUTF8(path.value()) << " not a directory"; in LoggingCreateDirectory()
97 PLOG(ERROR) << "CreateDirectory " << base::UTF16ToUTF8(path.value()); in LoggingCreateDirectory()
107 << base::UTF16ToUTF8(dest.value()); in MoveFileOrDirectory()
116 PLOG(ERROR) << "GetFileAttributes " << base::UTF16ToUTF8(path.value()); in IsRegularFile()
129 PLOG(ERROR) << "GetFileAttributes " << base::UTF16ToUTF8(path.value()); in IsDirectory()
148 PLOG(ERROR) << "DeleteFile " << base::UTF16ToUTF8(path.value()); in LoggingRemoveFile()
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMTibetan/
H A DOVIMTibetan.cpp140 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
165 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
207 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
232 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
261 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
287 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
292 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
308 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
334 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
339 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
[all …]
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMTibetan/
H A DOVIMTibetan.cpp140 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
165 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
207 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
232 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
261 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
287 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
292 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
308 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
334 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
339 u8=srv->UTF16ToUTF8(&i, 1); in keyEvent()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/payments/core/
H A Dpayment_request_data_util.cc39 base::UTF16ToUTF8(profile.GetRawInfo(autofill::ADDRESS_HOME_COUNTRY)); in GetPaymentAddressFromAutofillProfile()
44 base::SplitString(base::UTF16ToUTF8(profile.GetInfo( in GetPaymentAddressFromAutofillProfile()
47 payment_address->region = base::UTF16ToUTF8( in GetPaymentAddressFromAutofillProfile()
49 payment_address->city = base::UTF16ToUTF8( in GetPaymentAddressFromAutofillProfile()
51 payment_address->dependent_locality = base::UTF16ToUTF8( in GetPaymentAddressFromAutofillProfile()
53 payment_address->postal_code = base::UTF16ToUTF8( in GetPaymentAddressFromAutofillProfile()
55 payment_address->sorting_code = base::UTF16ToUTF8( in GetPaymentAddressFromAutofillProfile()
58 base::UTF16ToUTF8(profile.GetInfo(autofill::COMPANY_NAME, app_locale)); in GetPaymentAddressFromAutofillProfile()
60 base::UTF16ToUTF8(profile.GetInfo(autofill::NAME_FULL, app_locale)); in GetPaymentAddressFromAutofillProfile()
64 base::UTF16ToUTF8(profile.GetRawInfo(autofill::PHONE_HOME_WHOLE_NUMBER)); in GetPaymentAddressFromAutofillProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/geo/
H A Daddress_i18n.cc38 base::UTF16ToUTF8(get_info.Run(AutofillType(NAME_FULL))); in CreateAddressData()
40 base::UTF16ToUTF8(get_info.Run(AutofillType(COMPANY_NAME))); in CreateAddressData()
41 address_data->region_code = base::UTF16ToUTF8( in CreateAddressData()
44 base::UTF16ToUTF8(get_info.Run(AutofillType(ADDRESS_HOME_STATE))); in CreateAddressData()
46 base::UTF16ToUTF8(get_info.Run(AutofillType(ADDRESS_HOME_CITY))); in CreateAddressData()
47 address_data->dependent_locality = base::UTF16ToUTF8( in CreateAddressData()
50 base::UTF16ToUTF8(get_info.Run(AutofillType(ADDRESS_HOME_SORTING_CODE))); in CreateAddressData()
52 base::UTF16ToUTF8(get_info.Run(AutofillType(ADDRESS_HOME_ZIP))); in CreateAddressData()
54 base::UTF16ToUTF8( in CreateAddressData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/geo/
H A Daddress_i18n.cc38 base::UTF16ToUTF8(get_info.Run(AutofillType(NAME_FULL))); in CreateAddressData()
40 base::UTF16ToUTF8(get_info.Run(AutofillType(COMPANY_NAME))); in CreateAddressData()
41 address_data->region_code = base::UTF16ToUTF8( in CreateAddressData()
44 base::UTF16ToUTF8(get_info.Run(AutofillType(ADDRESS_HOME_STATE))); in CreateAddressData()
46 base::UTF16ToUTF8(get_info.Run(AutofillType(ADDRESS_HOME_CITY))); in CreateAddressData()
47 address_data->dependent_locality = base::UTF16ToUTF8( in CreateAddressData()
50 base::UTF16ToUTF8(get_info.Run(AutofillType(ADDRESS_HOME_SORTING_CODE))); in CreateAddressData()
52 base::UTF16ToUTF8(get_info.Run(AutofillType(ADDRESS_HOME_ZIP))); in CreateAddressData()
54 base::UTF16ToUTF8( in CreateAddressData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/payments/core/
H A Dpayment_request_data_util.cc39 base::UTF16ToUTF8(profile.GetRawInfo(autofill::ADDRESS_HOME_COUNTRY)); in GetPaymentAddressFromAutofillProfile()
44 base::SplitString(base::UTF16ToUTF8(profile.GetInfo( in GetPaymentAddressFromAutofillProfile()
47 payment_address->region = base::UTF16ToUTF8( in GetPaymentAddressFromAutofillProfile()
49 payment_address->city = base::UTF16ToUTF8( in GetPaymentAddressFromAutofillProfile()
51 payment_address->dependent_locality = base::UTF16ToUTF8( in GetPaymentAddressFromAutofillProfile()
53 payment_address->postal_code = base::UTF16ToUTF8( in GetPaymentAddressFromAutofillProfile()
55 payment_address->sorting_code = base::UTF16ToUTF8( in GetPaymentAddressFromAutofillProfile()
58 base::UTF16ToUTF8(profile.GetInfo(autofill::COMPANY_NAME, app_locale)); in GetPaymentAddressFromAutofillProfile()
60 base::UTF16ToUTF8(profile.GetInfo(autofill::NAME_FULL, app_locale)); in GetPaymentAddressFromAutofillProfile()
64 base::UTF16ToUTF8(profile.GetRawInfo(autofill::PHONE_HOME_WHOLE_NUMBER)); in GetPaymentAddressFromAutofillProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/autofill_private/
H A Dautofill_util.cc56 list->push_back(base::UTF16ToUTF8(value16)); in GetValueList()
66 base::UTF16ToUTF8(profile.GetRawInfo(type))); in GetStringFromProfile()
110 metadata->summary_label = base::UTF16ToUTF8(label_pieces[0]); in ProfileToAddressEntry()
111 metadata->summary_sublabel.reset(new std::string(base::UTF16ToUTF8( in ProfileToAddressEntry()
127 entry.name.reset(new std::string(base::UTF16ToUTF8(country->name()))); in CountryToCountryEntry()
141 card.name.reset(new std::string(base::UTF16ToUTF8( in CreditCardToCreditCardEntry()
145 card.expiration_month.reset(new std::string(base::UTF16ToUTF8( in CreditCardToCreditCardEntry()
147 card.expiration_year.reset(new std::string(base::UTF16ToUTF8( in CreditCardToCreditCardEntry()
151 new std::string(base::UTF16ToUTF8(credit_card.nickname()))); in CreditCardToCreditCardEntry()
159 metadata->summary_label = base::UTF16ToUTF8(label_pieces.first); in CreditCardToCreditCardEntry()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/autofill_private/
H A Dautofill_util.cc56 list->push_back(base::UTF16ToUTF8(value16)); in GetValueList()
66 base::UTF16ToUTF8(profile.GetRawInfo(type))); in GetStringFromProfile()
110 metadata->summary_label = base::UTF16ToUTF8(label_pieces[0]); in ProfileToAddressEntry()
111 metadata->summary_sublabel.reset(new std::string(base::UTF16ToUTF8( in ProfileToAddressEntry()
127 entry.name.reset(new std::string(base::UTF16ToUTF8(country->name()))); in CountryToCountryEntry()
141 card.name.reset(new std::string(base::UTF16ToUTF8( in CreditCardToCreditCardEntry()
144 base::UTF16ToUTF8(credit_card.GetRawInfo(autofill::CREDIT_CARD_NUMBER)))); in CreditCardToCreditCardEntry()
145 card.expiration_month.reset(new std::string(base::UTF16ToUTF8( in CreditCardToCreditCardEntry()
147 card.expiration_year.reset(new std::string(base::UTF16ToUTF8( in CreditCardToCreditCardEntry()
155 metadata->summary_label = base::UTF16ToUTF8(label_pieces.first); in CreditCardToCreditCardEntry()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/webdata/
H A Dautofill_sync_bridge_util.cc170 TruncateUTF8(base::UTF16ToUTF8(address.GetRawInfo(NAME_FULL)))); in SetAutofillWalletSpecificsFromServerProfile()
174 TruncateUTF8(base::UTF16ToUTF8(address.GetRawInfo(COMPANY_NAME)))); in SetAutofillWalletSpecificsFromServerProfile()
182 base::UTF16ToUTF8(address.GetRawInfo(ADDRESS_HOME_STATE)))); in SetAutofillWalletSpecificsFromServerProfile()
189 wallet_address->set_address_3(TruncateUTF8(base::UTF16ToUTF8( in SetAutofillWalletSpecificsFromServerProfile()
198 base::UTF16ToUTF8(address.GetRawInfo(ADDRESS_HOME_COUNTRY)))); in SetAutofillWalletSpecificsFromServerProfile()
202 base::UTF16ToUTF8(address.GetRawInfo(PHONE_HOME_WHOLE_NUMBER)))); in SetAutofillWalletSpecificsFromServerProfile()
206 base::UTF16ToUTF8(address.GetRawInfo(ADDRESS_HOME_SORTING_CODE)))); in SetAutofillWalletSpecificsFromServerProfile()
237 base::UTF16ToUTF8(card.GetRawInfo(CREDIT_CARD_NAME_FULL)))); in SetAutofillWalletSpecificsFromServerCard()
240 wallet_card->set_last_four(base::UTF16ToUTF8(card.LastFourDigits())); in SetAutofillWalletSpecificsFromServerCard()
244 wallet_card->set_nickname(base::UTF16ToUTF8(card.nickname())); in SetAutofillWalletSpecificsFromServerCard()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Dcookies_tree_model_util.cc113 dict->SetString(kKeyCreated, base::UTF16ToUTF8( in GetCookieTreeNodeDictionary()
115 dict->SetString(kKeyExpires, cookie.IsPersistent() ? base::UTF16ToUTF8( in GetCookieTreeNodeDictionary()
130 base::UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime( in GetCookieTreeNodeDictionary()
144 dict->SetString(kKeyModified, base::UTF16ToUTF8( in GetCookieTreeNodeDictionary()
159 base::UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime( in GetCookieTreeNodeDictionary()
172 base::UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime( in GetCookieTreeNodeDictionary()
188 ? base::UTF16ToUTF8(ui::FormatBytes( in GetCookieTreeNodeDictionary()
194 ? base::UTF16ToUTF8(ui::FormatBytes( in GetCookieTreeNodeDictionary()
213 base::UTF16ToUTF8(ui::FormatBytes( in GetCookieTreeNodeDictionary()
217 base::UTF16ToUTF8(ui::FormatBytes( in GetCookieTreeNodeDictionary()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/
H A Dcookies_tree_model_util.cc113 dict->SetString(kKeyCreated, base::UTF16ToUTF8( in GetCookieTreeNodeDictionary()
115 dict->SetString(kKeyExpires, cookie.IsPersistent() ? base::UTF16ToUTF8( in GetCookieTreeNodeDictionary()
130 base::UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime( in GetCookieTreeNodeDictionary()
144 dict->SetString(kKeyModified, base::UTF16ToUTF8( in GetCookieTreeNodeDictionary()
159 base::UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime( in GetCookieTreeNodeDictionary()
172 base::UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime( in GetCookieTreeNodeDictionary()
188 ? base::UTF16ToUTF8(ui::FormatBytes( in GetCookieTreeNodeDictionary()
194 ? base::UTF16ToUTF8(ui::FormatBytes( in GetCookieTreeNodeDictionary()
213 base::UTF16ToUTF8(ui::FormatBytes( in GetCookieTreeNodeDictionary()
217 base::UTF16ToUTF8(ui::FormatBytes( in GetCookieTreeNodeDictionary()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/omnibox/
H A Domnibox_page_handler.cc82 string += base::UTF16ToUTF8(text_field.text()); in SuggestionAnswerImageLineToString()
86 string += " " + base::UTF16ToUTF8(image_line.status_text()->text()); in SuggestionAnswerImageLineToString()
137 result->fill_into_edit = base::UTF16ToUTF8(input.fill_into_edit); in Convert()
139 base::UTF16ToUTF8(input.inline_autocompletion); in Convert()
143 result->contents = base::UTF16ToUTF8(input.contents); in Convert()
147 result->description = base::UTF16ToUTF8(input.description); in Convert()
167 base::UTF16ToUTF8(input.associated_keyword->keyword); in Convert()
169 result->keyword = base::UTF16ToUTF8(input.keyword); in Convert()
214 base::UTF16ToUTF8(input.text())); in OnStart()
227 response->host = base::UTF16ToUTF8(host); in OnResultChanged()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/permission_bubble/
H A Dpermission_prompt_bubble_view_unittest.cc76 base::UTF16ToUTF8(bubble->GetAccessibleWindowTitle())); in TEST_F()
78 base::UTF16ToUTF8(bubble->GetAccessibleWindowTitle())); in TEST_F()
89 base::UTF16ToUTF8(bubble->GetAccessibleWindowTitle())); in TEST_F()
100 const auto title = base::UTF16ToUTF8(bubble->GetAccessibleWindowTitle()); in TEST_F()
115 base::UTF16ToUTF8(l10n_util::GetStringUTF16( in TEST_F()
117 base::UTF16ToUTF8(bubble->GetAccessibleWindowTitle())); in TEST_F()
129 const auto title = base::UTF16ToUTF8(bubble->GetAccessibleWindowTitle()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dlogin_database_ios_unittest.cc20 using base::UTF16ToUTF8;
101 EXPECT_STREQ(UTF16ToUTF8(test_passwords[i]).c_str(), in TEST_F()
102 UTF16ToUTF8(decrypted).c_str()); in TEST_F()
126 EXPECT_STREQ("secret", UTF16ToUTF8(forms[0]->password_value).c_str()); in TEST_F()
184 EXPECT_STREQ("login0", UTF16ToUTF8(logins[0]->username_element).c_str()); in TEST_F()
185 EXPECT_STREQ("pass0", UTF16ToUTF8(logins[0]->password_value).c_str()); in TEST_F()
186 EXPECT_STREQ("login2", UTF16ToUTF8(logins[1]->username_element).c_str()); in TEST_F()
187 EXPECT_STREQ("pass2", UTF16ToUTF8(logins[1]->password_value).c_str()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/omnibox/
H A Domnibox_page_handler.cc84 string += base::UTF16ToUTF8(text_field.text()); in SuggestionAnswerImageLineToString()
88 string += " " + base::UTF16ToUTF8(image_line.status_text()->text()); in SuggestionAnswerImageLineToString()
139 result->fill_into_edit = base::UTF16ToUTF8(input.fill_into_edit); in Convert()
141 base::UTF16ToUTF8(input.inline_autocompletion); in Convert()
145 result->contents = base::UTF16ToUTF8(input.contents); in Convert()
149 result->description = base::UTF16ToUTF8(input.description); in Convert()
169 base::UTF16ToUTF8(input.associated_keyword->keyword); in Convert()
171 result->keyword = base::UTF16ToUTF8(input.keyword); in Convert()
217 base::UTF16ToUTF8(input.text())); in OnStart()
230 response->host = base::UTF16ToUTF8(host); in OnResultChanged()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Daccessibility_event_recorder_win.cc34 return base::UTF16ToUTF8(IAccessibleRoleToString(V_I4(role.ptr()))); in RoleVariantToString()
36 return base::UTF16ToUTF8( in RoleVariantToString()
70 return base::UTF16ToUTF8(str16); in BstrToPrettyUTF8()
74 return base::UTF16ToUTF8(AccessibilityEventToString(event_id)); in AccessibilityEventToStringUTF8()
239 std::string hwnd_class_name = base::UTF16ToUTF8(gfx::GetClassName(hwnd)); in OnWinEventHook()
324 " <%s%s%s%s>", base::UTF16ToUTF8(html_tag).c_str(), in OnWinEventHook()
325 base::UTF16ToUTF8(html_id).c_str(), obj_class.empty() ? "" : ".", in OnWinEventHook()
326 base::UTF16ToUTF8(obj_class).c_str()); in OnWinEventHook()
330 base::StringPrintf(" class=%s", base::UTF16ToUTF8(obj_class).c_str()); in OnWinEventHook()
348 log += base::UTF16ToUTF8(IAccessibleStateToString(ia_state)); in OnWinEventHook()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Daccessibility_event_recorder_win.cc34 return base::UTF16ToUTF8(IAccessibleRoleToString(V_I4(role.ptr()))); in RoleVariantToString()
36 return base::UTF16ToUTF8( in RoleVariantToString()
70 return base::UTF16ToUTF8(str16); in BstrToPrettyUTF8()
74 return base::UTF16ToUTF8(AccessibilityEventToString(event_id)); in AccessibilityEventToStringUTF8()
241 std::string hwnd_class_name = base::UTF16ToUTF8(gfx::GetClassName(hwnd)); in OnWinEventHook()
326 " <%s%s%s%s>", base::UTF16ToUTF8(html_tag).c_str(), in OnWinEventHook()
327 base::UTF16ToUTF8(html_id).c_str(), obj_class.empty() ? "" : ".", in OnWinEventHook()
328 base::UTF16ToUTF8(obj_class).c_str()); in OnWinEventHook()
332 base::StringPrintf(" class=%s", base::UTF16ToUTF8(obj_class).c_str()); in OnWinEventHook()
350 log += base::UTF16ToUTF8(IAccessibleStateToString(ia_state)); in OnWinEventHook()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/browser/
H A Dweb_test_javascript_dialog_manager.cc60 base::StrCat({"ALERT: ", base::UTF16ToUTF8(message_text), "\n"}); in RunJavaScriptDialog()
64 base::StrCat({"CONFIRM: ", base::UTF16ToUTF8(message_text), "\n"}); in RunJavaScriptDialog()
68 {"PROMPT: ", base::UTF16ToUTF8(message_text), in RunJavaScriptDialog()
69 ", default text: ", base::UTF16ToUTF8(default_prompt_text), "\n"}); in RunJavaScriptDialog()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/win/
H A Dpe_image_annotations_reader.cc101 << base::UTF16ToUTF8(name_); in ReadCrashpadSimpleAnnotations()
112 << base::UTF16ToUTF8(name_); in ReadCrashpadSimpleAnnotations()
135 << base::UTF16ToUTF8(name_); in ReadCrashpadAnnotationsList()
147 << base::UTF16ToUTF8(name_); in ReadCrashpadAnnotationsList()
162 << " in " << base::UTF16ToUTF8(name_); in ReadCrashpadAnnotationsList()
175 << " in " << base::UTF16ToUTF8(name_); in ReadCrashpadAnnotationsList()

12345678910>>...67