Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Dpublic_methods_expected.txt369 Alert: PASS: AFTime_KeystrokeEx() threw AFTime_KeystrokeEx: AFDate_KeystrokeEx's parameter size not…
370 Alert: PASS: AFTime_KeystrokeEx(1, 2) threw AFTime_KeystrokeEx: AFDate_KeystrokeEx's parameter size…
371 Alert: PASS: AFTime_KeystrokeEx('blooey') = 12:04
Dpublic_methods.in585 expectError('', "AFTime_KeystrokeEx()");
586 expectError('', "AFTime_KeystrokeEx(1, 2)");
587 expectEventValue("12:04", "AFTime_KeystrokeEx('blooey')", "12:04");
/external/pdfium/fxjs/
Dcjs_publicmethods.h62 static CJS_Result AFTime_KeystrokeEx(
Dcjs_publicmethods.cpp255 JS_STATIC_GLOBAL_FUN(AFTime_KeystrokeEx) in JS_STATIC_GLOBAL_FUN()
1048 CJS_Result CJS_PublicMethods::AFTime_KeystrokeEx( in AFTime_KeystrokeEx() function in CJS_PublicMethods