Searched refs:CPDF_NameTree (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree.h | 20 class CPDF_NameTree { 22 explicit CPDF_NameTree(CPDF_Dictionary* pRoot); 23 CPDF_NameTree(CPDF_Document* pDoc, const ByteString& category); 24 ~CPDF_NameTree();
|
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(CPDF_Document* pDoc, const ByteString& category) { in CPDF_NameTree() function in CPDF_NameTree 313 CPDF_NameTree::~CPDF_NameTree() {} in ~CPDF_NameTree() 315 size_t CPDF_NameTree::GetCount() const { in GetCount() 319 bool CPDF_NameTree::AddValueAndName(RetainPtr<CPDF_Object> pObj, in AddValueAndName() 371 bool CPDF_NameTree::DeleteValueAndName(int nIndex) { in DeleteValueAndName() 394 CPDF_Object* CPDF_NameTree::LookupValueAndName(int nIndex, in LookupValueAndName() 405 CPDF_Object* CPDF_NameTree::LookupValue(const WideString& csName) const { in LookupValue() 414 CPDF_Array* CPDF_NameTree::LookupNamedDest(CPDF_Document* pDoc, in LookupNamedDest()
|
D | cpdf_nametree_unittest.cpp | 92 CPDF_NameTree nameTree(pRootDict.Get()); in TEST() 111 CPDF_NameTree nameTree(pRootDict.Get()); in TEST() 142 CPDF_NameTree nameTree(pRootDict.Get()); in TEST() 216 CPDF_NameTree nameTree(pRootDict.Get()); in TEST()
|
D | cpdf_link.cpp | 31 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
|
D | cpdf_bookmark.cpp | 56 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest()
|
D | cpdf_action.cpp | 65 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_javascript.cpp | 24 return doc ? CPDF_NameTree(doc, "JavaScript").GetCount() : -1; in FPDFDoc_GetJavaScriptActionCount() 33 CPDF_NameTree name_tree(doc, "JavaScript"); in FPDFDoc_GetJavaScriptAction()
|
D | fpdf_attachment.cpp | 58 return CPDF_NameTree(pDoc, "EmbeddedFiles").GetCount(); in FPDFDoc_GetAttachmentCount() 97 CPDF_NameTree nameTree(pDoc, "EmbeddedFiles"); in FPDFDoc_AddAttachment() 111 CPDF_NameTree nameTree(pDoc, "EmbeddedFiles"); in FPDFDoc_GetAttachment() 126 CPDF_NameTree nameTree(pDoc, "EmbeddedFiles"); in FPDFDoc_DeleteAttachment()
|
D | fpdf_view.cpp | 998 CPDF_NameTree nameTree(pDoc, "Dests"); in FPDF_CountNamedDests() 1019 CPDF_NameTree name_tree(pDoc, "Dests"); in FPDF_GetNamedDestByName() 1101 CPDF_NameTree nameTree(pDoc, "Dests"); in FPDF_GetNamedDest()
|
D | cpdfsdk_formfillenvironment.cpp | 595 CPDF_NameTree docJS(m_pCPDFDoc.Get(), "JavaScript"); in ProcJavascriptAction()
|
/external/pdfium/testing/fuzzers/ |
D | pdf_nametree_fuzzer.cc | 57 CPDF_NameTree name_tree(dict.Get()); in LLVMFuzzerTestOneInput()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdoc.cpp | 194 CPDF_NameTree nametree(pXFAImages); in GetPDFNamedImage()
|
/external/pdfium/fxjs/ |
D | cjs_document.cpp | 1373 CPDF_NameTree nameTree(pDocument, "Dests"); in gotoNamedDest()
|