HomeSort by relevance Sort by last modified time
    Searched full:name_tree (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 22 CPDF_NameTree name_tree(pDoc, "Dests");
24 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, name));
265 CPDF_NameTree name_tree(m_pDocument, "JavaScript");
266 return name_tree.GetCount();
271 CPDF_NameTree name_tree(m_pDocument, "JavaScript");
272 CPDF_Object* pAction = name_tree.LookupValue(index, csName);
280 CPDF_NameTree name_tree(m_pDocument, "JavaScript");
281 CPDF_Object* pAction = name_tree.LookupValue(csName);
289 CPDF_NameTree name_tree(m_pDocument, "JavaScript");
290 return name_tree.GetIndex(csName)
    [all...]
doc_bookmark.cpp 78 CPDF_NameTree name_tree(pDocument, "Dests");
80 return CPDF_Dest(name_tree.LookupNamedDest(pDocument, name));
doc_link.cpp 80 CPDF_NameTree name_tree(pDoc, "Dests");
82 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, name));
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp     [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 8343 CommonTree name_tree=null; local
    [all...]

Completed in 540 milliseconds