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.h60 #define FPDF_ANNOT_FLAG_LOCKED (1 << 7) macro
/external/pdfium/samples/
Dpdfium_test_write_helper.cc114 if (flags & FPDF_ANNOT_FLAG_LOCKED) in AnnotFlagsToString()