Searched refs:CPDF_NameTree (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_action.cpp | 22 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()
|
D | doc_basic.cpp | 64 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()
|
D | doc_bookmark.cpp | 78 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest()
|
D | doc_link.cpp | 80 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 45 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/ |
D | fpdfview.cpp | 1051 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/ |
D | xfa_ffdoc.cpp | 346 CPDF_NameTree nametree(pXFAImages); in GetPDFNamedImage()
|