Home
last modified time | relevance | path

Searched refs:clearErrorList (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_model_expected.txt5 Alert: PASS: typeof xfa.form.clearErrorList = function
8 Alert: PASS: xfa.form.clearErrorList('args', 'ignored') = undefined
Dxfa_model.in29 expect("typeof xfa.form.clearErrorList", "function");
32 expect("xfa.form.clearErrorList('args', 'ignored')", undefined);
/external/pdfium/fxjs/xfa/
Dcjx_model.h23 JSE_METHOD(clearErrorList);
Dcjx_model.cpp33 CJS_Result CJX_Model::clearErrorList( in clearErrorList() function in CJX_Model