Searched refs:resetForm (Results 1 – 6 of 6) sorted by relevance
57 doc.resetForm();
48 if (this.a == 3) this.resetForm();
297 expect('typeof this.resetForm', 'function');302 expect('this.resetForm()', undefined);303 expect('this.resetForm("myform")', undefined);
137 Alert: PASS: typeof this.resetForm = function138 Alert: PASS: this.resetForm() = undefined139 Alert: PASS: this.resetForm("myform") = undefined
109 JS_STATIC_METHOD(resetForm, CJS_Document)291 CJS_Result resetForm(CJS_Runtime* pRuntime,
504 CJS_Result CJS_Document::resetForm( in resetForm() function in CJS_Document