Searched refs:name_tree (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_docjsactions.cpp | 17 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()
|
D | cpdf_link.cpp | 30 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest() local 31 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetUnicodeText())); in GetDest()
|
D | cpdf_bookmark.cpp | 72 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest() local 74 name_tree.LookupNamedDest(pDocument, pDest->GetUnicodeText())); in GetDest()
|
D | cpdf_action.cpp | 42 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest() local 43 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetUnicodeText())); in GetDest()
|
/external/pdfium/fpdfsdk/ |
D | fpdfview.cpp | 1410 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/ |
D | smaliParser.java | 8422 CommonTree name_tree=null; in local_directive() local
|