Lines Matching refs:pChildValue
630 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()
822 if (pChildValue) in TryContent()
823 return pChildValue->JSObject()->TryContent(bScriptModify, bProto); in TryContent()