HomeSort by relevance Sort by last modified time
    Searched refs:pActionHandler (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdfformfill.cpp 374 CPDFSDK_ActionHandler *pActionHandler = ((CPDFDoc_Environment*)hHandle)->GetActionHander();
375 ASSERT(pActionHandler != NULL);
376 pActionHandler->DoAction_Document(action, (CPDF_AAction::AActionType)aaType, pSDKDoc);
392 CPDFSDK_ActionHandler *pActionHandler = pEnv->GetActionHander();
393 ASSERT(pActionHandler != NULL);
408 pActionHandler->DoAction_Page(action, CPDF_AAction::OpenPage, pSDKDoc);
417 pActionHandler->DoAction_Page(action, CPDF_AAction::ClosePage, pSDKDoc);
fsdk_baseform.cpp     [all...]

Completed in 31 milliseconds