Home
last modified time | relevance | path

Searched refs:SetRoot (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h143 void SetRoot(CXFA_Node* pNewRoot);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_imp.cpp83 void CXFA_Document::SetRoot(CXFA_Node* pNewRoot) { in SetRoot() function in CXFA_Document
Dxfa_parser_imp.cpp1412 m_pDocument->SetRoot(m_nodeParser.GetRootNode()); in DoParse()
1435 m_pDocument->SetRoot(pRootNode); in ConstructXFANode()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h7087 virtual HRESULT WINAPI SetRoot(LPCWSTR pszPath) = 0;
7129 HRESULT (WINAPI *SetRoot)(IDvdControl *This,LPCWSTR pszPath);
7173 #define IDvdControl_SetRoot(This,pszPath) (This)->lpVtbl->SetRoot(This,pszPath)