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 118 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV
131 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION action);
145 FPDF_ACTION action);
161 FPDFAction_GetFilePath(FPDF_ACTION action, void* buffer, unsigned long buflen);
176 FPDF_ACTION action,
269 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV FPDFLink_GetAction(FPDF_LINK link);
fpdfview.h 36 typedef void* FPDF_ACTION;
    [all...]
  /external/pdfium/fpdfsdk/
fpdfdoc.cpp 131 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV
139 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION pDict) {
160 FPDF_ACTION pDict) {
171 FPDFAction_GetFilePath(FPDF_ACTION pDict, void* buffer, unsigned long buflen) {
186 FPDF_ACTION pDict,
311 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV FPDFLink_GetAction(FPDF_LINK pDict) {
fpdfdoc_embeddertest.cpp 149 FPDF_ACTION action = FPDFLink_GetAction(link);

Completed in 485 milliseconds