OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPDF_ACTION
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/public/
fpdf_doc.h
108
DLLEXPORT
FPDF_ACTION
STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark);
124
DLLEXPORT unsigned long STDCALL FPDFAction_GetType(
FPDF_ACTION
action);
142
FPDF_ACTION
action);
161
FPDFAction_GetFilePath(
FPDF_ACTION
action, void* buffer, unsigned long buflen);
180
FPDF_ACTION
action,
255
DLLEXPORT
FPDF_ACTION
STDCALL FPDFLink_GetAction(FPDF_LINK link);
fpdfview.h
23
typedef void*
FPDF_ACTION
;
[
all
...]
/external/pdfium/fpdfsdk/src/
fpdfdoc.cpp
125
DLLEXPORT
FPDF_ACTION
STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK pDict) {
132
DLLEXPORT unsigned long STDCALL FPDFAction_GetType(
FPDF_ACTION
pDict) {
153
FPDF_ACTION
pDict) {
164
FPDFAction_GetFilePath(
FPDF_ACTION
pDict, void* buffer, unsigned long buflen) {
178
FPDF_ACTION
pDict,
252
DLLEXPORT
FPDF_ACTION
STDCALL FPDFLink_GetAction(FPDF_LINK pDict) {
fpdfdoc_embeddertest.cpp
52
FPDF_ACTION
action = FPDFLink_GetAction(link);
Completed in 83 milliseconds