Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp749 WideString wsValueRef = item->GetValueRef(); in RunBindItems() local
751 const bool bUseValue = wsLabelRef.IsEmpty() || wsLabelRef == wsValueRef; in RunBindItems()
753 const bool bValueUseContent = wsValueRef.IsEmpty() || wsValueRef == L"$"; in RunBindItems()
756 uint32_t uValueHash = FX_HashCode_GetW(wsValueRef.AsStringView(), false); in RunBindItems()