Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdocview.cpp786 CFX_WideStringC wsValueRef, wsLabelRef; in RunBindItems() local
787 binditems.GetValueRef(wsValueRef); in RunBindItems()
789 FX_BOOL bUseValue = wsLabelRef.IsEmpty() || wsLabelRef == wsValueRef; in RunBindItems()
793 wsValueRef.IsEmpty() || wsValueRef == FX_WSTRC(L"$"); in RunBindItems()
795 FX_DWORD uValueHash = FX_HashCode_String_GetW(CFX_WideString(wsValueRef), in RunBindItems()
796 wsValueRef.GetLength()); in RunBindItems()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h447 void GetValueRef(CFX_WideStringC& wsValueRef);
451 FX_BOOL SetValueRef(const CFX_WideString& wsValueRef);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1146 void CXFA_BindItems::GetValueRef(CFX_WideStringC& wsValueRef) { in GetValueRef() argument
1147 m_pNode->TryCData(XFA_ATTRIBUTE_ValueRef, wsValueRef); in GetValueRef()
1158 FX_BOOL CXFA_BindItems::SetValueRef(const CFX_WideString& wsValueRef) { in SetValueRef() argument
1159 return m_pNode->SetCData(XFA_ATTRIBUTE_ValueRef, wsValueRef); in SetValueRef()