Home
last modified time | relevance | path

Searched defs:SetRoot (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_test_document.cpp17 void CPDF_TestDocument::SetRoot(RetainPtr<CPDF_Dictionary> root) { in SetRoot() function in CPDF_TestDocument
/aosp_15_r20/external/pigweed/pw_containers/
H A Daa_tree.cc19 void GenericAATree::SetRoot(AATreeItem* item) { in SetRoot() function in pw::containers::internal::GenericAATree
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_document.h111 void SetRoot(CXFA_Node* pNewRoot) { m_pRootNode = pNewRoot; } in SetRoot() function