Searched refs:pChildValue (Results 1 – 1 of 1) sorted by relevance
552 CXFA_Node* pChildValue = pValue->GetFirstChild(); in SetContent() local553 pChildValue->JSObject()->SetCData(XFA_Attribute::ContentType, in SetContent()555 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()612 CXFA_Node* pChildValue = pValue->GetFirstChild(); in SetContent() local613 ASSERT(pChildValue); in SetContent()614 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()719 CXFA_Node* pChildValue = pValue->GetFirstChild(); in TryContent() local720 if (pChildValue && XFA_FieldIsMultiListBox(ToNode(GetXFAObject()))) { in TryContent()721 pChildValue->JSObject()->SetAttribute(XFA_Attribute::ContentType, in TryContent()724 if (pChildValue) in TryContent()[all …]