Searched refs:GLOBAL_STRING (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_globalconsts.cpp | 9 #define GLOBAL_STRING(rt, name, value) \ macro 21 GLOBAL_STRING(pRuntime, L"IDS_GREATER_THAN", in DefineJSObjects() 24 GLOBAL_STRING(pRuntime, L"IDS_GT_AND_LT", in DefineJSObjects() 28 GLOBAL_STRING(pRuntime, L"IDS_LESS_THAN", in DefineJSObjects() 31 GLOBAL_STRING(pRuntime, L"IDS_INVALID_MONTH", "**Invalid**"); in DefineJSObjects() 32 GLOBAL_STRING( in DefineJSObjects() 36 GLOBAL_STRING(pRuntime, L"IDS_INVALID_VALUE", in DefineJSObjects() 39 GLOBAL_STRING(pRuntime, L"IDS_AM", "am"); in DefineJSObjects() 40 GLOBAL_STRING(pRuntime, L"IDS_PM", "pm"); in DefineJSObjects() 41 GLOBAL_STRING(pRuntime, L"IDS_MONTH_INFO", in DefineJSObjects() [all …]
|