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

  /external/pdfium/public/
fpdf_annot.h 69 #define FPDF_OBJECT_STRING 3
370 // FPDF_OBJECT_STRING after this function call succeeds.
387 // FPDF_OBJECT_STRING or FPDF_OBJECT_NAME), then an empty string would be copied
fpdfview.h 27 #define FPDF_OBJECT_STRING 3
    [all...]
  /external/pdfium/fpdfsdk/
fpdfannot_embeddertest.cpp 75 EXPECT_EQ(FPDF_OBJECT_STRING, FPDFAnnot_GetValueType(annot, kAuthorKey));
82 EXPECT_EQ(FPDF_OBJECT_STRING, FPDFAnnot_GetValueType(annot, kContentsKey));
    [all...]
fpdfannot.cpp 126 static_assert(static_cast<int>(CPDF_Object::Type::STRING) == FPDF_OBJECT_STRING,
    [all...]

Completed in 56 milliseconds