Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_field.cpp125 WideString boundValue = pWidgetAcc->GetItemValue(value.AsStringView()); in boundItem() local
126 return CJS_Return(runtime->NewString(boundValue.UTF8Encode().AsStringView())); in boundItem()