Home | History | Annotate | Download | only in src

Lines Matching refs:pActionHandler

1603 		CPDFSDK_ActionHandler* pActionHandler = pEnv->GetActionHander();/*(CPDFSDK_ActionHandler*)pApp->GetActionHandler();*/
1604 ASSERT(pActionHandler != NULL);
1606 return pActionHandler->DoAction_Field(action, type, pDocument, GetFormField(), data);
2107 CPDFSDK_ActionHandler* pActionHandler = pEnv->GetActionHander();
2108 ASSERT(pActionHandler != NULL);
2115 pActionHandler->DoAction_FieldJavaScript(action, CPDF_AAction::KeyStroke,
2136 CPDFSDK_ActionHandler* pActionHandler = pEnv->GetActionHander();
2137 ASSERT(pActionHandler != NULL);
2144 pActionHandler->DoAction_FieldJavaScript(action, CPDF_AAction::Validate, m_pDocument, pFormField, fa);