Home
last modified time | relevance | path

Searched refs:FPDF_ANNOT_FLAG_LOCKED (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/public/
Dfpdf_annot.h58 #define FPDF_ANNOT_FLAG_LOCKED (1 << 7) macro
/external/pdfium/samples/
Dpdfium_test.cc310 if (flags & FPDF_ANNOT_FLAG_LOCKED) in AnnotFlagsToString()