Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Dpublic_methods_expected.txt22 Alert: PASS: AFDate_KeystrokeEx() threw AFDate_KeystrokeEx: AFDate_KeystrokeEx's parameter size not…
23 Alert: PASS: AFDate_KeystrokeEx(1, 2) threw AFDate_KeystrokeEx: AFDate_KeystrokeEx's parameter size…
25 Alert: PASS: AFDate_KeystrokeEx(2) = x
27 Alert: PASS: AFDate_KeystrokeEx('blooey') = x
29 Alert: PASS: AFDate_KeystrokeEx('m/d') = x
369 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…
Dpublic_methods.in181 expectError('', "AFDate_KeystrokeEx()");
182 expectError('', "AFDate_KeystrokeEx(1, 2)");
183 expectEventValue("x", "AFDate_KeystrokeEx(2)", "x");
184 expectEventValue("x", "AFDate_KeystrokeEx('blooey')", "x");
185 expectEventValue("x", "AFDate_KeystrokeEx('m/d')", "x");
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp242 JS_STATIC_GLOBAL_FUN(AFDate_KeystrokeEx) in JS_STATIC_GLOBAL_FUN()
948 CJS_Result CJS_PublicMethods::AFDate_KeystrokeEx( in AFDate_KeystrokeEx() function in CJS_PublicMethods
1004 return AFDate_KeystrokeEx(pRuntime, newParams); in AFDate_Keystroke()
1031 return AFDate_KeystrokeEx(pRuntime, newParams); in AFTime_Keystroke()
1043 return AFDate_KeystrokeEx(pRuntime, params); in AFTime_KeystrokeEx()
Dcjs_publicmethods.h47 static CJS_Result AFDate_KeystrokeEx(