Home
last modified time | relevance | path

Searched refs:JS_STATIC_GLOBAL_FUN (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
DPublicMethods.h43 JS_STATIC_GLOBAL_FUN(AFNumber_Format);
44 JS_STATIC_GLOBAL_FUN(AFNumber_Keystroke);
45 JS_STATIC_GLOBAL_FUN(AFPercent_Format);
46 JS_STATIC_GLOBAL_FUN(AFPercent_Keystroke);
47 JS_STATIC_GLOBAL_FUN(AFDate_FormatEx);
48 JS_STATIC_GLOBAL_FUN(AFDate_KeystrokeEx);
49 JS_STATIC_GLOBAL_FUN(AFDate_Format);
50 JS_STATIC_GLOBAL_FUN(AFDate_Keystroke);
51 JS_STATIC_GLOBAL_FUN(AFTime_FormatEx);
52 JS_STATIC_GLOBAL_FUN(AFTime_KeystrokeEx);
[all …]
DJS_Define.h408 #define JS_STATIC_GLOBAL_FUN(fun_name) \ macro