Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Dpublic_methods_expected.txt361 Alert: PASS: AFTime_FormatEx() threw AFTime_FormatEx: Incorrect number of parameters passed to func…
362 Alert: PASS: AFTime_FormatEx('blooey', 42) threw AFTime_FormatEx: Incorrect number of parameters pa…
363 Alert: PASS: AFTime_FormatEx('blooey') = blooey
Dpublic_methods.in573 expectError('', "AFTime_FormatEx()");
574 expectError('', "AFTime_FormatEx('blooey', 42)");
575 expectEventValue(0, "AFTime_FormatEx('blooey')", "blooey");
/external/pdfium/fxjs/
Dcjs_publicmethods.h56 static CJS_Result AFTime_FormatEx(
Dcjs_publicmethods.cpp245 JS_STATIC_GLOBAL_FUN(AFTime_FormatEx) in JS_STATIC_GLOBAL_FUN()
1034 CJS_Result CJS_PublicMethods::AFTime_FormatEx( in AFTime_FormatEx() function in CJS_PublicMethods