HomeSort by relevance Sort by last modified time
    Searched refs:pTextNode (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_validate.cpp 139 CXFA_Node* pTextNode = pNode->CreateSamePacketNode(XFA_Element::Text);
140 pNode->InsertChild(pTextNode, nullptr);
141 pTextNode->JSObject()->SetCData(XFA_Attribute::Name, wsMessageType, false,
143 pTextNode->JSObject()->SetContent(wsMessage, wsMessage, false, false, true);
cxfa_node.cpp     [all...]
  /external/pdfium/fxjs/
cfxjse_engine.cpp 465 CXFA_Node* pTextNode = pScriptNode->GetFirstChild();
466 if (!pTextNode)
470 pTextNode->JSObject()->TryCData(XFA_Attribute::Value, true);

Completed in 65 milliseconds