Home | History | Annotate | Download | only in javascript

Lines Matching full:cjs_eventhandler

17 CJS_EventHandler::CJS_EventHandler(CJS_EventContext* pContext)
39 CJS_EventHandler::~CJS_EventHandler() {}
41 void CJS_EventHandler::OnApp_Init() {
45 void CJS_EventHandler::OnDoc_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv,
52 void CJS_EventHandler::OnDoc_WillPrint(
58 void CJS_EventHandler::OnDoc_DidPrint(
64 void CJS_EventHandler::OnDoc_WillSave(
70 void CJS_EventHandler::OnDoc_DidSave(
76 void CJS_EventHandler::OnDoc_WillClose(
82 void CJS_EventHandler::OnPage_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv) {
87 void CJS_EventHandler::OnPage_Close(CPDFSDK_FormFillEnvironment* pFormFillEnv) {
92 void CJS_EventHandler::OnPage_InView(
98 void CJS_EventHandler::OnPage_OutView(
104 void CJS_EventHandler::OnField_MouseEnter(bool bModifier,
115 void CJS_EventHandler::OnField_MouseExit(bool bModifier,
125 void CJS_EventHandler::OnField_MouseDown(bool bModifier,
136 void CJS_EventHandler::OnField_MouseUp(bool bModifier,
146 void CJS_EventHandler::OnField_Focus(bool bModifier,
158 void CJS_EventHandler::OnField_Blur(bool bModifier,
170 void CJS_EventHandler::OnField_Keystroke(CFX_WideString& strChange,
199 void CJS_EventHandler::OnField_Validate(CFX_WideString& strChange,
219 void CJS_EventHandler::OnField_Calculate(CPDF_FormField* pSource,
232 void CJS_EventHandler::OnField_Format(CPDF_FormField* pTarget,
243 void CJS_EventHandler::OnScreen_Focus(bool bModifier,
253 void CJS_EventHandler::OnScreen_Blur(bool bModifier,
263 void CJS_EventHandler::OnScreen_Open(bool bModifier,
273 void CJS_EventHandler::OnScreen_Close(bool bModifier,
283 void CJS_EventHandler::OnScreen_MouseDown(bool bModifier,
293 void CJS_EventHandler::OnScreen_MouseUp(bool bModifier,
303 void CJS_EventHandler::OnScreen_MouseEnter(bool bModifier,
313 void CJS_EventHandler::OnScreen_MouseExit(bool bModifier,
323 void CJS_EventHandler::OnScreen_InView(bool bModifier,
332 void CJS_EventHandler::OnScreen_OutView(bool bModifier,
341 void CJS_EventHandler::OnLink_MouseUp(
347 void CJS_EventHandler::OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) {
352 void CJS_EventHandler::OnMenu_Exec(
360 void CJS_EventHandler::OnExternal_Exec() {
364 void CJS_EventHandler::OnBatchExec(
370 void CJS_EventHandler::OnConsole_Exec() {
374 void CJS_EventHandler::Initial(JS_EVENT_T type) {
403 void CJS_EventHandler::Destroy() {
407 bool CJS_EventHandler::IsValid() {
411 CFX_WideString& CJS_EventHandler::Change() {
418 CFX_WideString CJS_EventHandler::ChangeEx() {
422 int CJS_EventHandler::CommitKey() {
426 bool CJS_EventHandler::FieldFull() {
430 bool CJS_EventHandler::KeyDown() {
434 bool CJS_EventHandler::Modifier() {
438 const FX_WCHAR* CJS_EventHandler::Name() {
509 const FX_WCHAR* CJS_EventHandler::Type() {
564 bool& CJS_EventHandler::Rc() {
571 int& CJS_EventHandler::SelEnd() {
578 int& CJS_EventHandler::SelStart() {
585 bool CJS_EventHandler::Shift() {
589 Field* CJS_EventHandler::Source() {
616 Field* CJS_EventHandler::Target_Field() {
643 CFX_WideString& CJS_EventHandler::Value() {
647 bool CJS_EventHandler::WillCommit() {
651 CFX_WideString CJS_EventHandler::TargetName() {