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, FX_BSTRC("Dests")); in GetDest() local
24 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, name)); in GetDest()
337 CPDF_NameTree name_tree(m_pDocument, FX_BSTRC("JavaScript")); in CountJSActions() local
338 return name_tree.GetCount(); in CountJSActions()
343 CPDF_NameTree name_tree(m_pDocument, FX_BSTRC("JavaScript")); in GetJSAction() local
344 CPDF_Object *pAction = name_tree.LookupValue(index, csName); in GetJSAction()
353 CPDF_NameTree name_tree(m_pDocument, FX_BSTRC("JavaScript")); in GetJSAction() local
354 CPDF_Object *pAction = name_tree.LookupValue(csName); in GetJSAction()
363 CPDF_NameTree name_tree(m_pDocument, FX_BSTRC("JavaScript")); in FindJSAction() local
364 return name_tree.GetIndex(csName); in FindJSAction()
Ddoc_bookmark.cpp83 CPDF_NameTree name_tree(pDocument, FX_BSTRC("Dests")); in GetDest() local
85 return CPDF_Dest(name_tree.LookupNamedDest(pDocument, name)); in GetDest()
Ddoc_link.cpp93 CPDF_NameTree name_tree(pDoc, FX_BSTRC("Dests")); in GetDest() local
95 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, name)); in GetDest()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp824 CPDF_NameTree name_tree(pDoc, FX_BSTRC("Dests")); in FPDF_GetNamedDestByName() local
825 return name_tree.LookupNamedDest(pDoc, name); in FPDF_GetNamedDestByName()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java8176 CommonTree name_tree=null; in local_directive() local