Home
last modified time | relevance | path

Searched refs:execEvent (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_subform_expected.txt9 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 …]
Dxfa_exclgroup_expected.txt2 Alert: PASS: RadioButtonList.execEvent() threw XFAObject.execEvent: Incorrect number of parameters …
3 Alert: PASS: RadioButtonList.execEvent(1, 2) threw XFAObject.execEvent: Incorrect number of paramet…
4 Alert: PASS: RadioButtonList.execEvent('nonesuch') = undefined
5 Alert: PASS: RadioButtonList.execEvent('calculate') = undefined
6 Alert: PASS: RadioButtonList.execEvent('change') = undefined
7 Alert: PASS: RadioButtonList.execEvent('click') = undefined
8 Alert: PASS: RadioButtonList.execEvent('enter') = undefined
9 Alert: PASS: RadioButtonList.execEvent('exit') = undefined
10 Alert: PASS: RadioButtonList.execEvent('full') = undefined
11 Alert: PASS: RadioButtonList.execEvent('indexChange') = undefined
[all …]
Dxfa_subform.in31 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 …]
Dxfa_exclgroup.in38 expectError("RadioButtonList.execEvent()");
39 expectError("RadioButtonList.execEvent(1, 2)");
40 expect("RadioButtonList.execEvent('nonesuch')", null);
41 expect("RadioButtonList.execEvent('calculate')", null);
42 expect("RadioButtonList.execEvent('change')", null);
43 expect("RadioButtonList.execEvent('click')", null);
44 expect("RadioButtonList.execEvent('enter')", null);
45 expect("RadioButtonList.execEvent('exit')", null);
46 expect("RadioButtonList.execEvent('full')", null);
47 expect("RadioButtonList.execEvent('indexChange')", null);
[all …]
Dxfa_field_expected.txt25 Alert: PASS: field.execEvent() threw XFAObject.execEvent: Incorrect number of parameters passed to …
26 Alert: PASS: field.execEvent(1, 2) threw XFAObject.execEvent: Incorrect number of parameters passed…
27 Alert: PASS: field.execEvent('validate') = true
Dxfa_field.in50 expectError("field.execEvent()");
51 expectError("field.execEvent(1, 2)");
52 expect("field.execEvent('validate')", true);
/external/pdfium/fxjs/xfa/
Dcjx_subform.h24 JSE_METHOD(execEvent);
Dcjx_exclgroup.h24 JSE_METHOD(execEvent);
Dcjx_field.h28 JSE_METHOD(execEvent);
Dcjx_subform.cpp38 CJS_Result CJX_Subform::execEvent( in execEvent() function in CJX_Subform
Dcjx_exclgroup.cpp39 CJS_Result CJX_ExclGroup::execEvent( in execEvent() function in CJX_ExclGroup
Dcjx_field.cpp57 CJS_Result CJX_Field::execEvent( in execEvent() function in CJX_Field