Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Dpublic_methods_expected.txt365 Alert: PASS: AFTime_Keystroke() threw AFTime_Keystroke: Incorrect number of parameters passed to fu…
366 Alert: PASS: AFTime_Keystroke(1, 2) threw AFTime_Keystroke: Incorrect number of parameters passed t…
367 Alert: PASS: AFTime_Keystroke(65) = 12:03
Dpublic_methods.in579 expectError('', "AFTime_Keystroke()", '');
580 expectError('', "AFTime_Keystroke(1, 2)", '');
581 expectEventValue("12:03", "AFTime_Keystroke(65)", "12:03");
/external/pdfium/fxjs/
Dcjs_publicmethods.h65 static CJS_Result AFTime_Keystroke(
Dcjs_publicmethods.cpp248 JS_STATIC_GLOBAL_FUN(AFTime_Keystroke) in JS_STATIC_GLOBAL_FUN()
1021 CJS_Result CJS_PublicMethods::AFTime_Keystroke( in AFTime_Keystroke() function in CJS_PublicMethods