Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_validate.cpp139 CXFA_Node* pTextNode = pNode->CreateSamePacketNode(XFA_Element::Text); in SetMessageText() local
140 pNode->InsertChildAndNotify(pTextNode, nullptr); in SetMessageText()
141 pTextNode->JSObject()->SetCData(XFA_Attribute::Name, wsMessageType, false, in SetMessageText()
143 pTextNode->JSObject()->SetContent(wsMessage, wsMessage, false, false, true); in SetMessageText()
Dcxfa_node.cpp2149 CXFA_Node* pTextNode = GetParent(); in SendAttributeChangeMessage() local
2150 if (!pTextNode) in SendAttributeChangeMessage()
2153 CXFA_Node* pValueNode = pTextNode->GetParent(); in SendAttributeChangeMessage()
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp533 CXFA_Node* pTextNode = pScriptNode->GetFirstChild(); in RunVariablesScript() local
534 if (!pTextNode) in RunVariablesScript()
538 pTextNode->JSObject()->TryCData(XFA_Attribute::Value, true); in RunVariablesScript()