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

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

Completed in 73 milliseconds