Searched refs:name_tree (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_action.cpp | 22 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()
|
D | doc_bookmark.cpp | 83 CPDF_NameTree name_tree(pDocument, FX_BSTRC("Dests")); in GetDest() local 85 return CPDF_Dest(name_tree.LookupNamedDest(pDocument, name)); in GetDest()
|
D | doc_link.cpp | 93 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/ |
D | fpdfview.cpp | 824 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/ |
D | smaliParser.java | 8176 CommonTree name_tree=null; in local_directive() local
|