Searched refs:wsRef (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_document_datamerger_imp.cpp | 445 CFX_WideStringC wsRef, in XFA_DataMerge_FindDataRefDataNode() argument 452 if (bUpLevel || wsRef != FX_WSTRC(L"name")) { in XFA_DataMerge_FindDataRefDataNode() 456 pDocument->GetScriptContext()->ResolveObjects(pDataScope, wsRef, rs, dFlags, in XFA_DataMerge_FindDataRefDataNode() 1187 CFX_WideStringC wsRef = in XFA_DataMerge_UpdateBindingRelations() local 1192 pDocument->GetScriptContext()->ResolveObjects(pDataScope, wsRef, rs, in XFA_DataMerge_UpdateBindingRelations() 1296 CFX_WideStringC wsRef = pTemplateNodeBind->GetCData(XFA_ATTRIBUTE_Ref); 1302 pDocument->GetScriptContext()->ResolveObjects(pDataScope, wsRef, rs,
|
D | xfa_objectacc_imp.cpp | 565 void CXFA_Event::GetRef(CFX_WideStringC& wsRef) { in GetRef() argument 566 m_pNode->TryCData(XFA_ATTRIBUTE_Ref, wsRef); in GetRef() 1108 void CXFA_Bind::GetRef(CFX_WideStringC& wsRef) { in GetRef() argument 1109 m_pNode->TryCData(XFA_ATTRIBUTE_Ref, wsRef); in GetRef() 1119 FX_BOOL CXFA_Bind::SetRef(const CFX_WideString& wsRef) { in SetRef() argument 1120 return m_pNode->SetCData(XFA_ATTRIBUTE_Ref, wsRef); in SetRef() 1149 void CXFA_BindItems::GetRef(CFX_WideStringC& wsRef) { in GetRef() argument 1150 m_pNode->TryCData(XFA_ATTRIBUTE_Ref, wsRef); in GetRef() 1161 FX_BOOL CXFA_BindItems::SetRef(const CFX_WideString& wsRef) { in SetRef() argument 1162 return m_pNode->SetCData(XFA_ATTRIBUTE_Ref, wsRef); in SetRef() [all …]
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa_objectacc.h | 252 void GetRef(CFX_WideStringC& wsRef); 424 void GetRef(CFX_WideStringC& wsRef); 427 FX_BOOL SetRef(const CFX_WideString& wsRef); 448 void GetRef(CFX_WideStringC& wsRef); 452 FX_BOOL SetRef(const CFX_WideString& wsRef);
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffdocview.cpp | 774 CFX_WideStringC wsRef; in RunBindItems() local 775 binditems.GetRef(wsRef); in RunBindItems() 780 pScriptContext->ResolveObjects(pWidgetNode, wsRef, rs, dwStyle); in RunBindItems()
|