Home
last modified time | relevance | path

Searched refs:GetRootNode (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser_unittest.cpp47 CXFA_Node* root = GetParser()->GetRootNode(); in TEST_F()
65 CXFA_Node* root = GetParser()->GetRootNode(); in TEST_F()
82 CXFA_Node* root = GetParser()->GetRootNode(); in TEST_F()
99 CXFA_Node* root = GetParser()->GetRootNode(); in TEST_F()
119 CXFA_Node* root = GetParser()->GetRootNode(); in TEST_F()
Dcxfa_document_parser.h36 CXFA_Node* GetRootNode() const;
Dcxfa_document_parser.cpp313 CXFA_Node* CXFA_DocumentParser::GetRootNode() const { in GetRootNode() function in CXFA_DocumentParser
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp111 m_pDocument->SetRoot(parser.GetRootNode()); in ParseDoc()
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc280 const Node *GetRootNode() const { return GetNode(0); } in GetRootNode() function in icing::lib::IcingDynamicTrie::IcingDynamicTrieStorage
978 DumpNodeRecursive("", *storage_->GetRootNode(), 0, pretty_print, keys); in Dump()
1414 CollectStatsRecursive(*storage_->GetRootNode(), stats); in CollectStats()
2153 const Node *cur_node = storage_->GetRootNode(); in FindBestNode()
2238 const Node *cur_node = storage_->GetRootNode(); in FindBranchingPrefixLengths()
2418 const Node *current_node = storage_->GetRootNode(); in Delete()
/external/pdfium/fxjs/xfa/
Dcjx_node.cpp321 pFakeRoot = pParser->GetRootNode(); in loadXML()