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 19 GLOBAL_STRING(pRuntime, L"IDS_GREATER_THAN", in DefineJSObjects() 22 GLOBAL_STRING(pRuntime, L"IDS_GT_AND_LT", in DefineJSObjects() 26 GLOBAL_STRING(pRuntime, L"IDS_LESS_THAN", in DefineJSObjects() 29 GLOBAL_STRING(pRuntime, L"IDS_INVALID_MONTH", L"**Invalid**"); in DefineJSObjects() 30 GLOBAL_STRING( in DefineJSObjects() 34 GLOBAL_STRING(pRuntime, L"IDS_INVALID_VALUE", in DefineJSObjects() 37 GLOBAL_STRING(pRuntime, L"IDS_AM", L"am"); in DefineJSObjects() 38 GLOBAL_STRING(pRuntime, L"IDS_PM", L"pm"); in DefineJSObjects() 39 GLOBAL_STRING(pRuntime, L"IDS_MONTH_INFO", in DefineJSObjects() [all …]
|