Searched refs:CPDF_NameTree (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree.cpp | 299 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()
|
D | cpdf_nametree.h | 20 class CPDF_NameTree { 22 explicit CPDF_NameTree(CPDF_Dictionary* pRoot); 23 CPDF_NameTree(const CPDF_Document* pDoc, const ByteString& category); 24 ~CPDF_NameTree();
|
D | cpdf_docjsactions.cpp | 17 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()
|
D | cpdf_nametree_unittest.cpp | 91 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()
|
D | cpdf_link.cpp | 30 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
|
D | cpdf_bookmark.cpp | 72 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest()
|
D | cpdf_action.cpp | 42 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
|
/external/pdfium/fpdfsdk/ |
D | fpdfattachment.cpp | 55 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()
|
D | fpdfview.cpp | 1389 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/ |
D | cxfa_ffdoc.cpp | 366 CPDF_NameTree nametree(pXFAImages); in GetPDFNamedImage()
|
/external/pdfium/fxjs/ |
D | cjs_document.cpp | 1457 CPDF_NameTree nameTree(pDocument, "Dests"); in gotoNamedDest()
|