Home
last modified time | relevance | path

Searched refs:FPDF_OBJECT_UNKNOWN (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfattachment.cpp154 return FPDF_OBJECT_UNKNOWN; in FPDFAttachment_GetValueType()
158 return pObj ? pObj->GetType() : FPDF_OBJECT_UNKNOWN; in FPDFAttachment_GetValueType()
Dfpdfannot.cpp709 return FPDF_OBJECT_UNKNOWN; in FPDFAnnot_GetValueType()
713 return pObj ? pObj->GetType() : FPDF_OBJECT_UNKNOWN; in FPDFAnnot_GetValueType()
/external/pdfium/public/
Dfpdf_annot.h66 #define FPDF_OBJECT_UNKNOWN 0 macro
Dfpdfview.h24 #define FPDF_OBJECT_UNKNOWN 0 macro