Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.h20 class CPDF_NameTree {
22 explicit CPDF_NameTree(CPDF_Dictionary* pRoot);
23 CPDF_NameTree(CPDF_Document* pDoc, const ByteString& category);
24 ~CPDF_NameTree();
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(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()
Dcpdf_nametree_unittest.cpp92 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()
Dcpdf_link.cpp31 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
Dcpdf_bookmark.cpp56 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest()
Dcpdf_action.cpp65 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest()
/external/pdfium/fpdfsdk/
Dfpdf_javascript.cpp24 return doc ? CPDF_NameTree(doc, "JavaScript").GetCount() : -1; in FPDFDoc_GetJavaScriptActionCount()
33 CPDF_NameTree name_tree(doc, "JavaScript"); in FPDFDoc_GetJavaScriptAction()
Dfpdf_attachment.cpp58 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()
Dfpdf_view.cpp998 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()
Dcpdfsdk_formfillenvironment.cpp595 CPDF_NameTree docJS(m_pCPDFDoc.Get(), "JavaScript"); in ProcJavascriptAction()
/external/pdfium/testing/fuzzers/
Dpdf_nametree_fuzzer.cc57 CPDF_NameTree name_tree(dict.Get()); in LLVMFuzzerTestOneInput()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp194 CPDF_NameTree nametree(pXFAImages); in GetPDFNamedImage()
/external/pdfium/fxjs/
Dcjs_document.cpp1373 CPDF_NameTree nameTree(pDocument, "Dests"); in gotoNamedDest()