Searched refs:ReentrantToWideStringHelper (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cjx_object.cpp | 992 WideString wsValue = fxv8::ReentrantToWideStringHelper(pIsolate, *pValue); in ScriptAttributeString() 1089 StrToRGB(fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in ScriptSomFontColor() 1118 StrToRGB(fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in ScriptSomFillColor() 1145 StrToRGB(fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in ScriptSomBorderColor() 1184 WideString wsThickness = fxv8::ReentrantToWideStringHelper(pIsolate, *pValue); in ScriptSomBorderWidth() 1208 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in ScriptSomMessage() 1212 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in ScriptSomMessage() 1216 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in ScriptSomMessage() 1297 wsNewValue = fxv8::ReentrantToWideStringHelper(pIsolate, *pValue); in ScriptSomDefaultValue() 1389 validate->SetNullTest(fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in ScriptSomMandatory()
|
H A D | cjx_field.cpp | 263 wsNewText = fxv8::ReentrantToWideStringHelper(pIsolate, *pValue); in defaultValue() 317 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in editValue() 342 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in formattedValue()
|
H A D | cjx_draw.cpp | 51 WideString wsNewValue = fxv8::ReentrantToWideStringHelper(pIsolate, *pValue); in defaultValue()
|
H A D | cjx_packet.cpp | 94 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue))); in content()
|
H A D | cjx_subform.cpp | 97 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue), true, in locale()
|
H A D | cjx_exclgroup.cpp | 125 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue).AsStringView(), in defaultValue()
|
H A D | cjx_form.cpp | 138 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue), in checksumS()
|
H A D | cjx_eventpseudomodel.cpp | 28 *wsValue = fxv8::ReentrantToWideStringHelper(pIsolate, *pReturn); in StringProperty()
|
H A D | cjx_hostpseudomodel.cpp | 190 hDoc->SetTitle(fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in title()
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | fxv8.cpp | 159 WideString ReentrantToWideStringHelper(v8::Isolate* pIsolate, in ReentrantToWideStringHelper() function 238 result.push_back(ReentrantToWideStringHelper( in ReentrantGetObjectPropertyNamesHelper()
|
H A D | cfx_v8.cpp | 115 return fxv8::ReentrantToWideStringHelper(GetIsolate(), pValue); in ToWideString()
|
H A D | fxv8.h | 65 WideString ReentrantToWideStringHelper(v8::Isolate* pIsolate,
|
/aosp_15_r20/external/pdfium/testing/ |
H A D | xfa_js_embedder_test.cpp | 94 WideString str = fxv8::ReentrantToWideStringHelper(isolate(), msg); in Execute()
|