Home
last modified time | relevance | path

Searched refs:PDFACTION_GOTO (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/public/
Dfpdf_doc.h20 #define PDFACTION_GOTO 1 macro
/external/pdfium/fpdfsdk/
Dfpdf_doc.cpp180 return PDFACTION_GOTO; in FPDFAction_GetType()
201 if (type != PDFACTION_GOTO && type != PDFACTION_REMOTEGOTO && in FPDFAction_GetDest()
Dfpdf_doc_embeddertest.cpp408 EXPECT_EQ(static_cast<unsigned long>(PDFACTION_GOTO), in TEST_F()