Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.h160 WideString GetItemValue(const WideStringView& wsLabel);
Dcxfa_widgetacc.cpp2181 WideString CXFA_WidgetAcc::GetItemValue(const WideStringView& wsLabel) { in GetItemValue() function in CXFA_WidgetAcc
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp125 WideString boundValue = pWidgetAcc->GetItemValue(value.AsStringView()); in boundItem()