Home
last modified time | relevance | path

Searched refs:ReentrantToWideStringHelper (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcjx_object.cpp992 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 Dcjx_field.cpp263 wsNewText = fxv8::ReentrantToWideStringHelper(pIsolate, *pValue); in defaultValue()
317 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in editValue()
342 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in formattedValue()
H A Dcjx_draw.cpp51 WideString wsNewValue = fxv8::ReentrantToWideStringHelper(pIsolate, *pValue); in defaultValue()
H A Dcjx_packet.cpp94 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue))); in content()
H A Dcjx_subform.cpp97 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue), true, in locale()
H A Dcjx_exclgroup.cpp125 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue).AsStringView(), in defaultValue()
H A Dcjx_form.cpp138 fxv8::ReentrantToWideStringHelper(pIsolate, *pValue), in checksumS()
H A Dcjx_eventpseudomodel.cpp28 *wsValue = fxv8::ReentrantToWideStringHelper(pIsolate, *pReturn); in StringProperty()
H A Dcjx_hostpseudomodel.cpp190 hDoc->SetTitle(fxv8::ReentrantToWideStringHelper(pIsolate, *pValue)); in title()
/aosp_15_r20/external/pdfium/fxjs/
H A Dfxv8.cpp159 WideString ReentrantToWideStringHelper(v8::Isolate* pIsolate, in ReentrantToWideStringHelper() function
238 result.push_back(ReentrantToWideStringHelper( in ReentrantGetObjectPropertyNamesHelper()
H A Dcfx_v8.cpp115 return fxv8::ReentrantToWideStringHelper(GetIsolate(), pValue); in ToWideString()
H A Dfxv8.h65 WideString ReentrantToWideStringHelper(v8::Isolate* pIsolate,
/aosp_15_r20/external/pdfium/testing/
H A Dxfa_js_embedder_test.cpp94 WideString str = fxv8::ReentrantToWideStringHelper(isolate(), msg); in Execute()