Home
last modified time | relevance | path

Searched refs:xml_node_ (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h149 void SetXMLMappingNode(CFX_XMLNode* node) { xml_node_ = node; } in SetXMLMappingNode()
150 CFX_XMLNode* GetXMLMappingNode() const { return xml_node_.Get(); } in GetXMLMappingNode()
490 UnownedPtr<CFX_XMLNode> xml_node_; variable
Dcxfa_node.cpp992 pCloneXML = xml_node_->Clone(GetXMLDocument()); in Clone()
1562 if (!IsNeedSavingXMLNode() || !pNode->xml_node_) in InsertChildAndNotify()
1565 ASSERT(!pNode->xml_node_->GetParent()); in InsertChildAndNotify()
1566 xml_node_->InsertBefore(pNode->xml_node_.Get(), in InsertChildAndNotify()
1567 pBeforeNode ? pBeforeNode->xml_node_.Get() : nullptr); in InsertChildAndNotify()
1579 if (!IsNeedSavingXMLNode() || !pNode->xml_node_) in RemoveChildAndNotify()
1583 xml_node_->RemoveChild(pNode->xml_node_.Get()); in RemoveChildAndNotify()
1587 ASSERT(pNode->xml_node_ == xml_node_); in RemoveChildAndNotify()
1588 CFX_XMLElement* pXMLElement = ToXMLElement(pNode->xml_node_.Get()); in RemoveChildAndNotify()
1605 pNode->xml_node_ = pNewXMLElement; in RemoveChildAndNotify()
[all …]