Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_docjsactions.cpp15 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in CountJSActions()
22 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in GetJSAction()
30 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in GetJSAction()
38 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in FindJSAction()
Dcpdf_nametree.cpp139 CPDF_NameTree::CPDF_NameTree(CPDF_Document* pDoc, in CPDF_NameTree() function in CPDF_NameTree
153 size_t CPDF_NameTree::GetCount() const { in GetCount()
157 int CPDF_NameTree::GetIndex(const CFX_ByteString& csName) const { in GetIndex()
167 CPDF_Object* CPDF_NameTree::LookupValue(int nIndex, in LookupValue()
175 CPDF_Object* CPDF_NameTree::LookupValue(const CFX_ByteString& csName) const { in LookupValue()
182 CPDF_Array* CPDF_NameTree::LookupNamedDest(CPDF_Document* pDoc, in LookupNamedDest()
Dcpdf_nametree.h17 class CPDF_NameTree {
19 explicit CPDF_NameTree(CPDF_Dictionary* pRoot) : m_pRoot(pRoot) {} in CPDF_NameTree() function
20 CPDF_NameTree(CPDF_Document* pDoc, const CFX_ByteString& category);
Dcpdf_link.cpp22 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
Dcpdf_bookmark.cpp63 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest()
Dcpdf_action.cpp36 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp1126 CPDF_NameTree nameTree(pDoc, "Dests"); in FPDF_CountNamedDests()
1147 CPDF_NameTree name_tree(pDoc, "Dests"); in FPDF_GetNamedDestByName()
1224 CPDF_NameTree nameTree(pDoc, "Dests"); in FPDF_GetNamedDest()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffdoc.cpp385 CPDF_NameTree nametree(pXFAImages); in GetPDFNamedImage()
/external/pdfium/fpdfsdk/javascript/
DDocument.cpp1607 CPDF_NameTree nameTree(pDocument, "Dests"); in gotoNamedDest()