Searched defs:SetRoot (Results 1 - 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/ | ||
H A D | fpdfdoc_unittest.cpp | 32 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); 71 m_pDoc->SetRoot(m_pRootObj.get()); |
/external/toolchain-utils/ | ||
H A D | repo_to_repo.py | 96 def SetRoot(self, directory): member in class:Repo |
/external/pdfium/xfa/fxfa/parser/ | ||
H A D | cxfa_document.cpp | 139 void CXFA_Document::SetRoot(CXFA_Node* pNewRoot) { function in class:CXFA_Document |
Completed in 294 milliseconds