Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp22 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest() local
24 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, name)); in GetDest()
265 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in CountJSActions() local
266 return name_tree.GetCount(); in CountJSActions()
271 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in GetJSAction() local
272 CPDF_Object* pAction = name_tree.LookupValue(index, csName); in GetJSAction()
280 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in GetJSAction() local
281 CPDF_Object* pAction = name_tree.LookupValue(csName); in GetJSAction()
289 CPDF_NameTree name_tree(m_pDocument, "JavaScript"); in FindJSAction() local
290 return name_tree.GetIndex(csName); in FindJSAction()
Ddoc_bookmark.cpp78 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest() local
80 return CPDF_Dest(name_tree.LookupNamedDest(pDocument, name)); in GetDest()
Ddoc_link.cpp80 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest() local
82 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, name)); in GetDest()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp1072 CPDF_NameTree name_tree(pDoc, "Dests"); in FPDF_GetNamedDestByName() local
1073 return name_tree.LookupNamedDest(pDoc, name); in FPDF_GetNamedDestByName()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java8343 CommonTree name_tree=null; in local_directive() local