OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExecuteDocumentOpenAction
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/include/
fsdk_actionhandler.h
52
FX_BOOL
ExecuteDocumentOpenAction
(const CPDF_Action& action, CPDFSDK_Document* pDocument, /*CReader_DocView *pDocView,*/ CFX_PtrList& list);
/external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp
55
return
ExecuteDocumentOpenAction
(action, pDocument, /*pDocView, */list);
136
FX_BOOL CPDFSDK_ActionHandler::
ExecuteDocumentOpenAction
(const CPDF_Action& action, CPDFSDK_Document* pDocument,
169
if (!
ExecuteDocumentOpenAction
(subaction, pDocument,/* pDocView,*/ list)) return FALSE;
Completed in 45 milliseconds