Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_attachment.cpp158 return FPDF_OBJECT_UNKNOWN; in FPDFAttachment_GetValueType()
162 return pObj ? pObj->GetType() : FPDF_OBJECT_UNKNOWN; in FPDFAttachment_GetValueType()
Dfpdf_editpage.cpp404 return FPDF_OBJECT_UNKNOWN; in FPDFPageObjMark_GetParamValueType()
407 return pObject ? pObject->GetType() : FPDF_OBJECT_UNKNOWN; in FPDFPageObjMark_GetParamValueType()
Dfpdf_annot.cpp751 return FPDF_OBJECT_UNKNOWN; in FPDFAnnot_GetValueType()
755 return pObj ? pObj->GetType() : FPDF_OBJECT_UNKNOWN; in FPDFAnnot_GetValueType()
/external/pdfium/public/
Dfpdfview.h28 #define FPDF_OBJECT_UNKNOWN 0 macro