Home
last modified time | relevance | path

Searched refs:pTextNode (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_validate.cpp142 CXFA_Node* pTextNode = pNode->CreateSamePacketNode(XFA_Element::Text); in SetMessageText() local
143 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()
Dcxfa_node.cpp2201 CXFA_Node* pTextNode = GetParent(); in SendAttributeChangeMessage() local
2202 if (!pTextNode) in SendAttributeChangeMessage()
2205 CXFA_Node* pValueNode = pTextNode->GetParent(); in SendAttributeChangeMessage()
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp608 CXFA_Node* pTextNode = pScriptNode->GetFirstChild(); in RunVariablesScript() local
609 if (!pTextNode) in RunVariablesScript()
613 pTextNode->JSObject()->TryCData(XFA_Attribute::Value, true); in RunVariablesScript()