Searched refs:LookupNamedDest (Results 1 – 7 of 7) sorted by relevance
31 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetUnicodeText())); in GetDest()
32 CPDF_Array* LookupNamedDest(CPDF_Document* pDoc, const WideString& sName);
74 name_tree.LookupNamedDest(pDocument, pDest->GetUnicodeText())); in GetDest()
43 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetUnicodeText())); in GetDest()
426 CPDF_Array* CPDF_NameTree::LookupNamedDest(CPDF_Document* pDoc, in LookupNamedDest() function in CPDF_NameTree
1411 return name_tree.LookupNamedDest(pDoc, PDF_DecodeText(ByteString(name))); in FPDF_GetNamedDestByName()
1458 CPDF_Array* destArray = nameTree.LookupNamedDest(pDocument, wideName); in gotoNamedDest()