Home
last modified time | relevance | path

Searched refs:name_tree (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_docjsactions.cpp17 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript"); in CountJSActions() local
18 return name_tree.GetCount(); in CountJSActions()
24 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript"); in GetJSActionAndName() local
25 return CPDF_Action(ToDictionary(name_tree.LookupValueAndName(index, csName))); in GetJSActionAndName()
30 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript"); in GetJSAction() local
31 return CPDF_Action(ToDictionary(name_tree.LookupValue(csName))); in GetJSAction()
36 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript"); in FindJSAction() local
37 return name_tree.GetIndex(csName); in FindJSAction()
Dcpdf_link.cpp30 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest() local
31 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetUnicodeText())); in GetDest()
Dcpdf_bookmark.cpp72 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest() local
74 name_tree.LookupNamedDest(pDocument, pDest->GetUnicodeText())); in GetDest()
Dcpdf_action.cpp42 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest() local
43 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetUnicodeText())); in GetDest()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp1410 CPDF_NameTree name_tree(pDoc, "Dests"); in FPDF_GetNamedDestByName() local
1411 return name_tree.LookupNamedDest(pDoc, PDF_DecodeText(ByteString(name))); in FPDF_GetNamedDestByName()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java8422 CommonTree name_tree=null; in local_directive() local