Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DConsts.cpp17 JS_STATIC_CONST_ENTRY_STRING(L"s", L"solid")
18 JS_STATIC_CONST_ENTRY_STRING(L"b", L"beveled")
19 JS_STATIC_CONST_ENTRY_STRING(L"d", L"dashed")
20 JS_STATIC_CONST_ENTRY_STRING(L"i", L"inset")
21 JS_STATIC_CONST_ENTRY_STRING(L"u", L"underline")
40 JS_STATIC_CONST_ENTRY_STRING(L"Times", L"Times-Roman") in END_JS_STATIC_CONST()
41 JS_STATIC_CONST_ENTRY_STRING(L"TimesB", L"Times-Bold") in END_JS_STATIC_CONST()
42 JS_STATIC_CONST_ENTRY_STRING(L"TimesI", L"Times-Italic") in END_JS_STATIC_CONST()
43 JS_STATIC_CONST_ENTRY_STRING(L"TimesBI", L"Times-BoldItalic") in END_JS_STATIC_CONST()
44 JS_STATIC_CONST_ENTRY_STRING(L"Helv", L"Helvetica") in END_JS_STATIC_CONST()
[all …]
DJS_Define.h40 #define JS_STATIC_CONST_ENTRY_STRING(const_name, pValue) \ macro