Searched refs:AFNumber_Keystroke (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | public_methods_expected.txt | 51 Alert: PASS: AFNumber_Keystroke() threw AFNumber_Keystroke: Incorrect number of parameters passed t… 52 Alert: PASS: AFNumber_Keystroke(1) threw AFNumber_Keystroke: Incorrect number of parameters passed … 53 AFNumber_Keystroke[icon=3,type=0]: The input value is invalid. 54 Alert: PASS: AFNumber_Keystroke(1, 2) threw AFNumber_Keystroke: The input value is invalid. 55 Alert: PASS: AFNumber_Keystroke(1, 2) = 123 56 Alert: PASS: AFNumber_Keystroke(1, 2, 3) = 123 280 AFNumber_Keystroke[icon=3,type=0]: The input value is invalid. 379 Alert: PASS: AFNumber_Keystroke() threw AFNumber_Keystroke: Incorrect number of parameters passed t… 380 Alert: PASS: AFNumber_Keystroke(1) threw AFNumber_Keystroke: Incorrect number of parameters passed … 381 Alert: FAIL: AFNumber_Keystroke(1, 2) = undefined, expected to throw [all …]
|
D | public_methods.in | 217 expectError('', "AFNumber_Keystroke()"); 218 expectError('', "AFNumber_Keystroke(1)"); 219 expectError("abc", "AFNumber_Keystroke(1, 2)"); 220 expectEventValue("123", "AFNumber_Keystroke(1, 2)", "123"); 221 expectEventValue("123", "AFNumber_Keystroke(1, 2, 3)", "123"); 611 expectError('', "AFNumber_Keystroke()"); 612 expectError('', "AFNumber_Keystroke(1)"); 613 expectError("abc", "AFNumber_Keystroke(1, 2)"); 614 expectEventValue("123", "AFNumber_Keystroke(1, 2)", "123"); 615 expectEventValue("123", "AFNumber_Keystroke(1, 2, 3)", "123");
|
/external/pdfium/fxjs/ |
D | cjs_publicmethods_embeddertest.cpp | 220 TEST_F(CJS_PublicMethodsEmbedderTest, AFNumber_Keystroke) { in TEST_F() argument 251 CJS_Result ret = CJS_PublicMethods::AFNumber_Keystroke(&runtime, params); in TEST_F()
|
D | cjs_publicmethods.h | 38 static CJS_Result AFNumber_Keystroke(
|
D | cjs_publicmethods.cpp | 247 JS_STATIC_GLOBAL_FUN(AFNumber_Keystroke) in JS_STATIC_GLOBAL_FUN() argument 700 CJS_Result CJS_PublicMethods::AFNumber_Keystroke( in AFNumber_Keystroke() function in CJS_PublicMethods 878 return AFNumber_Keystroke(pRuntime, params); in AFPercent_Keystroke()
|