Searched defs:CPDF_NameTree (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp73 CPDF_NameTree::CPDF_NameTree(CPDF_Document* pDoc, FX_BSTR category) function in class:CPDF_NameTree
193 int CPDF_NameTree::GetCount() const
200 int CPDF_NameTree::GetIndex(const CFX_ByteString& csName) const
211 CPDF_Object* CPDF_NameTree::LookupValue(int nIndex, CFX_ByteString& csName) const
219 CPDF_Object* CPDF_NameTree::LookupValue(const CFX_ByteString& csName) const
227 CPDF_Array* CPDF_NameTree::LookupNamedDest(CPDF_Document* pDoc, FX_BSTR sName)
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h24 class CPDF_NameTree;
45 class CPDF_NameTree : public CFX_Object class in inherits:CFX_Object
49 CPDF_NameTree(CPDF_Dictionary* pRoot) function in class:CPDF_NameTree
54 CPDF_NameTree(CPDF_Document* pDoc, FX_BSTR category);

Completed in 103 milliseconds