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

  /external/pdfium/public/
fpdf_doc.h 106 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark);
118 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION action);
132 FPDF_ACTION action);
148 FPDFAction_GetFilePath(FPDF_ACTION action, void* buffer, unsigned long buflen);
162 FPDF_ACTION action,
241 DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK link);
fpdfview.h 24 typedef void* FPDF_ACTION;
    [all...]
  /external/pdfium/fpdfsdk/
fpdfdoc.cpp 142 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK pDict) {
149 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION pDict) {
170 FPDF_ACTION pDict) {
180 DLLEXPORT unsigned long STDCALL FPDFAction_GetFilePath(FPDF_ACTION pDict,
196 FPDF_ACTION pDict,
303 DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK pDict) {
fpdfdoc_embeddertest.cpp 91 FPDF_ACTION action = FPDFLink_GetAction(link);

Completed in 54 milliseconds