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

  /external/pdfium/public/
fpdf_attachment.h 34 FPDF_EXPORT FPDF_ATTACHMENT FPDF_CALLCONV
45 FPDF_EXPORT FPDF_ATTACHMENT FPDF_CALLCONV
72 FPDFAttachment_GetName(FPDF_ATTACHMENT attachment,
84 FPDFAttachment_HasKey(FPDF_ATTACHMENT attachment, FPDF_BYTESTRING key);
95 FPDFAttachment_GetValueType(FPDF_ATTACHMENT attachment, FPDF_BYTESTRING key);
108 FPDFAttachment_SetStringValue(FPDF_ATTACHMENT attachment,
129 FPDFAttachment_GetStringValue(FPDF_ATTACHMENT attachment,
146 FPDFAttachment_SetFile(FPDF_ATTACHMENT attachment,
162 FPDFAttachment_GetFile(FPDF_ATTACHMENT attachment,
fpdfview.h 38 typedef void* FPDF_ATTACHMENT;
    [all...]
  /external/pdfium/fpdfsdk/
fpdfattachment.cpp 5 #include "public/fpdf_attachment.h"
58 FPDF_EXPORT FPDF_ATTACHMENT FPDF_CALLCONV
102 FPDF_EXPORT FPDF_ATTACHMENT FPDF_CALLCONV
130 FPDFAttachment_GetName(FPDF_ATTACHMENT attachment,
142 FPDFAttachment_HasKey(FPDF_ATTACHMENT attachment, FPDF_BYTESTRING key) {
152 FPDFAttachment_GetValueType(FPDF_ATTACHMENT attachment, FPDF_BYTESTRING key) {
162 FPDFAttachment_SetStringValue(FPDF_ATTACHMENT attachment,
184 FPDFAttachment_GetStringValue(FPDF_ATTACHMENT attachment,
210 FPDFAttachment_SetFile(FPDF_ATTACHMENT attachment,
259 FPDFAttachment_GetFile(FPDF_ATTACHMENT attachment
    [all...]
fpdfattachment_embeddertest.cpp 9 #include "public/fpdf_attachment.h"
24 FPDF_ATTACHMENT attachment = FPDFDoc_GetAttachment(document(), 0);
100 FPDF_ATTACHMENT attachment =
163 FPDF_ATTACHMENT attachment =
239 FPDF_ATTACHMENT attachment = FPDFDoc_GetAttachment(document(), 0);
fsdk_define.h 72 CPDF_Object* CPDFObjectFromFPDFAttachment(FPDF_ATTACHMENT attachment);
fpdfview.cpp 348 CPDF_Object* CPDFObjectFromFPDFAttachment(FPDF_ATTACHMENT attachment) {
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 25 #include "public/fpdf_attachment.h"
    [all...]

Completed in 70 milliseconds