Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp630 CXFA_Node* pChildValue = pValue->GetFirstChild(); in SetContent() local
631 ASSERT(pChildValue); in SetContent()
632 pChildValue->JSObject()->SetCData(XFA_Attribute::ContentType, in SetContent()
634 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
711 CXFA_Node* pChildValue = pValue->GetFirstChild(); in SetContent() local
712 ASSERT(pChildValue); in SetContent()
713 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
817 CXFA_Node* pChildValue = pValue->GetFirstChild(); in TryContent() local
818 if (pChildValue && XFA_FieldIsMultiListBox(ToNode(GetXFAObject()))) { in TryContent()
819 pChildValue->JSObject()->SetAttribute(XFA_Attribute::ContentType, in TryContent()
[all …]