Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp28 JS_STATIC_GLOBAL_FUN_ENTRY(AFNumber_Format)
29 JS_STATIC_GLOBAL_FUN_ENTRY(AFNumber_Keystroke)
30 JS_STATIC_GLOBAL_FUN_ENTRY(AFPercent_Format)
31 JS_STATIC_GLOBAL_FUN_ENTRY(AFPercent_Keystroke)
32 JS_STATIC_GLOBAL_FUN_ENTRY(AFDate_FormatEx)
33 JS_STATIC_GLOBAL_FUN_ENTRY(AFDate_KeystrokeEx)
34 JS_STATIC_GLOBAL_FUN_ENTRY(AFDate_Format)
35 JS_STATIC_GLOBAL_FUN_ENTRY(AFDate_Keystroke)
36 JS_STATIC_GLOBAL_FUN_ENTRY(AFTime_FormatEx)
37 JS_STATIC_GLOBAL_FUN_ENTRY(AFTime_KeystrokeEx)
[all …]
DJS_Define.h475 #define JS_STATIC_GLOBAL_FUN_ENTRY(method_name) \ macro