Searched refs:pContentRawDataNode (Results 1 – 3 of 3) sorted by relevance
645 CXFA_Node* pContentRawDataNode = ToNode(GetXFAObject())->GetFirstChild(); in SetContent() local646 if (!pContentRawDataNode) { in SetContent()647 pContentRawDataNode = in SetContent()653 ->InsertChildAndNotify(pContentRawDataNode, nullptr); in SetContent()655 pContentRawDataNode->JSObject()->SetContent( in SetContent()730 CXFA_Node* pContentRawDataNode = ToNode(GetXFAObject())->GetFirstChild(); in TryContent() local731 if (!pContentRawDataNode) { in TryContent()743 pContentRawDataNode = in TryContent()746 ->InsertChildAndNotify(pContentRawDataNode, nullptr); in TryContent()748 return pContentRawDataNode->JSObject()->TryContent(bScriptModify, true); in TryContent()
784 CXFA_Node* pContentRawDataNode = in ParseContentNode() local786 ASSERT(pContentRawDataNode); in ParseContentNode()787 pContentRawDataNode->JSObject()->SetCData(XFA_Attribute::Value, wsValue, in ParseContentNode()789 pXFANode->InsertChildAndNotify(pContentRawDataNode, nullptr); in ParseContentNode()
102 CXFA_Node* pContentRawDataNode = pChildNode->GetFirstChild(); in FormValueNode_SetChildContent() local103 if (!pContentRawDataNode) { in FormValueNode_SetChildContent()116 pContentRawDataNode = pChildNode->CreateSamePacketNode(element); in FormValueNode_SetChildContent()117 pChildNode->InsertChildAndNotify(pContentRawDataNode, nullptr); in FormValueNode_SetChildContent()119 pContentRawDataNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent, in FormValueNode_SetChildContent()