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

  /external/pdfium/fpdfsdk/src/
fpdfdoc_embeddertest.cpp 57 unsigned long bufsize = FPDFAction_GetFilePath(action, nullptr, 0);
61 EXPECT_EQ(bufsize, FPDFAction_GetFilePath(action, buf, bufsize));
fpdfview_c_api_test.c 54 CHK(FPDFAction_GetFilePath);
fpdfdoc.cpp 164 FPDFAction_GetFilePath(FPDF_ACTION pDict, void* buffer, unsigned long buflen) {
  /external/pdfium/public/
fpdf_doc.h 136 // FPDFAction_GetFilePath to
144 // Function: FPDFAction_GetFilePath
161 FPDFAction_GetFilePath(FPDF_ACTION action, void* buffer, unsigned long buflen);

Completed in 61 milliseconds