HomeSort by relevance Sort by last modified time
    Searched refs:SetRoot (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fpdfsdk/
fpdfcatalog_unittest.cpp 23 void SetRoot(CPDF_Dictionary* root) {
35 void SetRoot(CPDF_Dictionary* root) {
36 reinterpret_cast<CPDF_TestDocument*>(GetPDFDoc())->SetRoot(root);
72 m_pDoc->SetRoot(nullptr);
76 m_pDoc->SetRoot(m_pRootObj.get());
fpdfdoc_unittest.cpp 32 void SetRoot(CPDF_Dictionary* root) { m_pRootDict = root; }
42 void SetRoot(CPDF_Dictionary* root) {
43 reinterpret_cast<CPDF_TestDocument*>(GetPDFDoc())->SetRoot(root);
68 m_pDoc->SetRoot(m_pRootObj.get());
  /external/pdfium/xfa/fxfa/parser/
cxfa_document_parser.cpp 38 m_pDocument->SetRoot(m_nodeParser.GetRootNode());
cxfa_document.h 78 void SetRoot(CXFA_Node* pNewRoot);
cxfa_document.cpp 131 void CXFA_Document::SetRoot(CXFA_Node* pNewRoot) {
  /external/toolchain-utils/
repo_to_repo.py 97 def SetRoot(self, directory):
build_tool.py 144 chrome_tool_repo.SetRoot(chrome_tool_dir)
  /external/antlr/runtime/Ruby/test/functional/ast-output/
auto-ast.rb 384 grammar SetRoot;

Completed in 328 milliseconds