Searched refs:submitForm (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | mouse_events_expected.txt | 2 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 5 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 8 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 18 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 25 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 28 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 31 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 34 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 37 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
|
D | mouse_events.in | 84 this.submitForm\("myform", true, true, ["name", "age"]\); 85 app.alert\("ERROR: this.submitForm\(\) must not be allowed to execute"\); 87 app.alert\("PASS: this.submitForm blocked with " + e\); 104 this.submitForm\("myform", true, true, ["name", "age"]\); 105 app.alert\("ERROR: this.submitForm\(\) must not be allowed to execute"\); 107 app.alert\("PASS: this.submitForm blocked with " + e\); 124 this.submitForm\("https://example.com", true, true, ["name", "age"]\); 148 this.submitForm\("https://example.com", false, true, ["name", "age"]\); 166 this.submitForm\("myform", true, true, ["name", "age"]\); 167 app.alert\("ERROR: this.submitForm\(\) must not be allowed to execute"\); [all …]
|
D | document_methods_expected.txt | 140 Alert: PASS: typeof this.submitForm = function 141 Alert: PASS: this.submitForm() threw Document.submitForm: Incorrect number of parameters passed to … 142 Alert: PASS: this.submitForm("myform", true, true, ["name", "age"]) threw Document.submitForm: User…
|
D | document_methods.in | 312 expect('typeof this.submitForm', 'function'); 315 expectError('this.submitForm()'); 318 expectError('this.submitForm("myform", true, true, ["name", "age"])');
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 110 JS_STATIC_METHOD(submitForm, CJS_Document) 294 CJS_Result submitForm(CJS_Runtime* pRuntime,
|
D | cjs_document.cpp | 568 CJS_Result CJS_Document::submitForm( in submitForm() function in CJS_Document
|