Searched refs:pChildValue (Results 1 – 1 of 1) sorted by relevance
630 CXFA_Node* pChildValue = pValue->GetFirstChild(); in SetContent() local631 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() local712 ASSERT(pChildValue); in SetContent()713 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()817 CXFA_Node* pChildValue = pValue->GetFirstChild(); in TryContent() local818 if (pChildValue && XFA_FieldIsMultiListBox(ToNode(GetXFAObject()))) { in TryContent()819 pChildValue->JSObject()->SetAttribute(XFA_Attribute::ContentType, in TryContent()[all …]