OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPDFAnnot_HasKey
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/public/
fpdf_annot.h
354
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
FPDFAnnot_HasKey
(FPDF_ANNOTATION annot,
/external/pdfium/fpdfsdk/
fpdfannot_embeddertest.cpp
830
EXPECT_FALSE(
FPDFAnnot_HasKey
(annot, "none"));
834
EXPECT_TRUE(
FPDFAnnot_HasKey
(annot, kApKey));
[
all
...]
fpdfview_c_api_test.c
61
CHK(
FPDFAnnot_HasKey
);
fpdfannot.cpp
693
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
FPDFAnnot_HasKey
(FPDF_ANNOTATION annot,
708
if (!
FPDFAnnot_HasKey
(annot, key))
[
all
...]
Completed in 461 milliseconds