OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetActionHander
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp
285
CPDFSDK_ActionHandler* CPDFDoc_Environment::
GetActionHander
()
407
if(m_pEnv->
GetActionHander
())
408
m_pEnv->
GetActionHander
()->DoAction_JavaScript(jsAction,CFX_WideString::FromLocal(csJSName),this);
431
if(m_pEnv->
GetActionHander
())
432
m_pEnv->
GetActionHander
()->DoAction_DocOpen(Action,this);
fpdfformfill.cpp
392
CPDFSDK_ActionHandler *pActionHandler = ((CPDFDoc_Environment*)hHandle)->
GetActionHander
();
410
CPDFSDK_ActionHandler *pActionHandler = pEnv->
GetActionHander
();
fsdk_baseform.cpp
[
all
...]
/external/pdfium/fpdfsdk/include/
fsdk_mgr.h
366
CPDFSDK_ActionHandler*
GetActionHander
();
Completed in 381 milliseconds