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, "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()
|
D | doc_bookmark.cpp | 78 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest() local 80 return CPDF_Dest(name_tree.LookupNamedDest(pDocument, name)); in GetDest()
|
D | doc_link.cpp | 80 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest() local 82 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, name)); in GetDest()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 1072 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/ |
D | smaliParser.java | 8343 CommonTree name_tree=null; in local_directive() local
|