Searched refs:pTextNode (Results 1 – 3 of 3) sorted by relevance
142 CXFA_Node* pTextNode = pNode->CreateSamePacketNode(XFA_Element::Text); in SetMessageText() local143 pNode->InsertChildAndNotify(pTextNode, nullptr); in SetMessageText()144 pTextNode->JSObject()->SetCData(XFA_Attribute::Name, wsMessageType); in SetMessageText()145 pTextNode->JSObject()->SetContent(wsMessage, wsMessage, false, false, true); in SetMessageText()
2201 CXFA_Node* pTextNode = GetParent(); in SendAttributeChangeMessage() local2202 if (!pTextNode) in SendAttributeChangeMessage()2205 CXFA_Node* pValueNode = pTextNode->GetParent(); in SendAttributeChangeMessage()
608 CXFA_Node* pTextNode = pScriptNode->GetFirstChild(); in RunVariablesScript() local609 if (!pTextNode) in RunVariablesScript()613 pTextNode->JSObject()->TryCData(XFA_Attribute::Value, true); in RunVariablesScript()