Searched defs:SetRoot (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dfpdfcatalog_unittest.cpp23 void SetRoot(CPDF_Dictionary* root) { function in class:CPDF_TestDocument
35 void SetRoot(CPDF_Dictionary* root) { function in class:CPDF_TestXFAContext
36 reinterpret_cast<CPDF_TestDocument*>(GetPDFDoc())->SetRoot(root);
72 m_pDoc->SetRoot(nullptr);
76 m_pDoc->SetRoot(m_pRootObj.get());
H A Dfpdfdoc_unittest.cpp32 void SetRoot(CPDF_Dictionary* root) { m_pRootDict = root; } function in class:CPDF_TestDocument
42 void SetRoot(CPDF_Dictionary* root) { function in class:CPDF_TestXFAContext
43 reinterpret_cast<CPDF_TestDocument*>(GetPDFDoc())->SetRoot(root);
68 m_pDoc->SetRoot(m_pRootObj.get());
/external/toolchain-utils/
H A Drepo_to_repo.py97 def SetRoot(self, directory): member in class:Repo
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_document.cpp131 void CXFA_Document::SetRoot(CXFA_Node* pNewRoot) { function in class:CXFA_Document

Completed in 337 milliseconds