Searched refs:execEvent (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | xfa_subform_expected.txt | 9 Alert: PASS: typeof my_doc.execEvent = function 13 Alert: PASS: my_doc.execEvent() threw XFAObject.execEvent: Incorrect number of parameters passed to… 14 Alert: PASS: my_doc.execEvent('foo', 'bar') threw XFAObject.execEvent: Incorrect number of paramete… 15 Alert: PASS: my_doc.execEvent(undefined) = undefined 16 Alert: PASS: my_doc.execEvent({value: 'bogus'}) = undefined 17 Alert: PASS: my_doc.execEvent('bogus') = undefined 18 Alert: PASS: my_doc.execEvent('change') = undefined 19 Alert: PASS: my_doc.execEvent('click') = undefined 20 Alert: PASS: my_doc.execEvent('enter') = undefined 21 Alert: PASS: my_doc.execEvent('exit') = undefined [all …]
|
D | xfa_subform.in | 31 expect("typeof my_doc.execEvent", "function"); 35 expectError("my_doc.execEvent()"); 36 expectError("my_doc.execEvent('foo', 'bar')"); 37 expect("my_doc.execEvent(undefined)", undefined); 38 expect("my_doc.execEvent({value: 'bogus'})", undefined); 39 expect("my_doc.execEvent('bogus')", undefined); 40 expect("my_doc.execEvent('change')", undefined); 41 expect("my_doc.execEvent('click')", undefined); 42 expect("my_doc.execEvent('enter')", undefined); 43 expect("my_doc.execEvent('exit')", undefined); [all …]
|
/external/pdfium/fxjs/xfa/ |
D | cjx_subform.h | 24 JSE_METHOD(execEvent);
|
D | cjx_exclgroup.h | 24 JSE_METHOD(execEvent);
|
D | cjx_field.h | 28 JSE_METHOD(execEvent);
|
D | cjx_subform.cpp | 37 CJS_Result CJX_Subform::execEvent( in execEvent() function in CJX_Subform
|
D | cjx_exclgroup.cpp | 37 CJS_Result CJX_ExclGroup::execEvent( in execEvent() function in CJX_ExclGroup
|
D | cjx_field.cpp | 55 CJS_Result CJX_Field::execEvent( in execEvent() function in CJX_Field
|