HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_Dest (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 67 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument)
doc_link.cpp 87 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc)
doc_basic.cpp 9 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc)
26 FX_DWORD CPDF_Dest::GetPageObjNum()
44 int CPDF_Dest::GetZoomMode()
59 FX_FLOAT CPDF_Dest::GetParam(int index)
66 CFX_ByteString CPDF_Dest::GetRemoteName()
doc_action.cpp 8 CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 50 CPDF_Dest dest = Bookmark.GetDest(pDoc);
118 CPDF_Dest Dest = (CPDF_Array*)dest;
fsdk_actionhandler.cpp 581 CPDF_Dest MyDest = action.GetDest(pPDFDocument);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 20 class CPDF_Dest;
128 CPDF_Dest GetDest(CPDF_Document* pDocument);
144 class CPDF_Dest : public CFX_Object
148 CPDF_Dest(CPDF_Object* pObj = NULL)
329 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
596 CPDF_Dest GetDest(CPDF_Document* pDoc);
    [all...]

Completed in 44 milliseconds