Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.cpp299 CPDF_NameTree::CPDF_NameTree(CPDF_Dictionary* pRoot) : m_pRoot(pRoot) {} in CPDF_NameTree() function in CPDF_NameTree
301 CPDF_NameTree::CPDF_NameTree(const CPDF_Document* pDoc, in CPDF_NameTree() function in CPDF_NameTree
315 CPDF_NameTree::~CPDF_NameTree() {} in ~CPDF_NameTree()
317 size_t CPDF_NameTree::GetCount() const { in GetCount()
321 int CPDF_NameTree::GetIndex(const WideString& csName) const { in GetIndex()
333 bool CPDF_NameTree::AddValueAndName(std::unique_ptr<CPDF_Object> pObj, in AddValueAndName()
383 bool CPDF_NameTree::DeleteValueAndName(int nIndex) { in DeleteValueAndName()
406 CPDF_Object* CPDF_NameTree::LookupValueAndName(int nIndex, in LookupValueAndName()
417 CPDF_Object* CPDF_NameTree::LookupValue(const WideString& csName) const { in LookupValue()
426 CPDF_Array* CPDF_NameTree::LookupNamedDest(CPDF_Document* pDoc, in LookupNamedDest()
Dcpdf_nametree.h20 class CPDF_NameTree {
22 explicit CPDF_NameTree(CPDF_Dictionary* pRoot);
23 CPDF_NameTree(const CPDF_Document* pDoc, const ByteString& category);
24 ~CPDF_NameTree();
Dcpdf_docjsactions.cpp17 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript"); in CountJSActions()
24 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript"); in GetJSActionAndName()
30 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript"); in GetJSAction()
36 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript"); in FindJSAction()
Dcpdf_nametree_unittest.cpp91 CPDF_NameTree nameTree(pRootDict.get()); in TEST()
110 CPDF_NameTree nameTree(pRootDict.get()); in TEST()
141 CPDF_NameTree nameTree(pRootDict.get()); in TEST()
215 CPDF_NameTree nameTree(pRootDict.get()); in TEST()
Dcpdf_link.cpp30 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
Dcpdf_bookmark.cpp72 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest()
Dcpdf_action.cpp42 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
/external/pdfium/fpdfsdk/
Dfpdfattachment.cpp55 return CPDF_NameTree(pDoc, "EmbeddedFiles").GetCount(); in FPDFDoc_GetAttachmentCount()
92 CPDF_NameTree nameTree(pDoc, "EmbeddedFiles"); in FPDFDoc_AddAttachment()
108 CPDF_NameTree nameTree(pDoc, "EmbeddedFiles"); in FPDFDoc_GetAttachment()
122 CPDF_NameTree nameTree(pDoc, "EmbeddedFiles"); in FPDFDoc_DeleteAttachment()
Dfpdfview.cpp1389 CPDF_NameTree nameTree(pDoc, "Dests"); in FPDF_CountNamedDests()
1410 CPDF_NameTree name_tree(pDoc, "Dests"); in FPDF_GetNamedDestByName()
1482 CPDF_NameTree nameTree(pDoc, "Dests"); in FPDF_GetNamedDest()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp366 CPDF_NameTree nametree(pXFAImages); in GetPDFNamedImage()
/external/pdfium/fxjs/
Dcjs_document.cpp1457 CPDF_NameTree nameTree(pDocument, "Dests"); in gotoNamedDest()