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

  /external/pdfium/xfa/fxfa/
cxfa_textprovider.cpp 47 CXFA_Value* pValueNode =
49 if (!pValueNode)
52 CXFA_Node* pChildNode = pValueNode->GetFirstChild();
86 CXFA_Value* pValueNode =
88 if (!pValueNode)
91 CXFA_Node* pChildNode = pValueNode->GetFirstChild();
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.cpp 602 CXFA_Node* pValueNode =
606 if (!pValueNode) {
607 pValueNode =
613 pValueNode ? pValueNode->GetParent() : nullptr;
    [all...]
xfa_document_datamerger_imp.cpp 60 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) {
61 CXFA_Node* pChildNode = pValueNode->GetFirstChild();
67 pValueNode->JSObject()->GetOrCreateProperty<CXFA_Node>(0, iType);
78 bool FormValueNode_SetChildContent(CXFA_Node* pValueNode,
81 if (!pValueNode)
84 ASSERT(pValueNode->GetPacketType() == XFA_PacketType::Form);
85 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType);
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 687 for (CXFA_Node* pValueNode = pBind->GetFirstChild(); pValueNode;
688 pValueNode = pValueNode->GetNextSibling()) {
689 pValueNode->JSObject()->SetAttributeValue(
    [all...]

Completed in 56 milliseconds