Home
last modified time | relevance | path

Searched refs:CPDF_NameTree (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp22 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
265 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in CountJSActions()
271 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in GetJSAction()
280 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in GetJSAction()
289 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in FindJSAction()
Ddoc_basic.cpp64 CPDF_NameTree::CPDF_NameTree(CPDF_Document* pDoc, in CPDF_NameTree() function in CPDF_NameTree
192 int CPDF_NameTree::GetCount() const { in GetCount()
198 int CPDF_NameTree::GetIndex(const CFX_ByteString& csName) const { in GetIndex()
208 CPDF_Object* CPDF_NameTree::LookupValue(int nIndex, in LookupValue()
216 CPDF_Object* CPDF_NameTree::LookupValue(const CFX_ByteString& csName) const { in LookupValue()
223 CPDF_Array* CPDF_NameTree::LookupNamedDest(CPDF_Document* pDoc, in LookupNamedDest()
Ddoc_bookmark.cpp78 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest()
Ddoc_link.cpp80 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h45 class CPDF_NameTree {
47 explicit CPDF_NameTree(CPDF_Dictionary* pRoot) { m_pRoot = pRoot; } in CPDF_NameTree() function
49 CPDF_NameTree(CPDF_Document* pDoc, const CFX_ByteStringC& category);
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp1051 CPDF_NameTree nameTree(pDoc, "Dests"); in FPDF_CountNamedDests()
1072 CPDF_NameTree name_tree(pDoc, "Dests"); in FPDF_GetNamedDestByName()
1150 CPDF_NameTree nameTree(pDoc, "Dests"); in FPDF_GetNamedDest()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdoc.cpp346 CPDF_NameTree nametree(pXFAImages); in GetPDFNamedImage()