HomeSort by relevance Sort by last modified time
    Searched refs:JS_STATIC_CONST_ENTRY_STRING (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
Consts.cpp 17 JS_STATIC_CONST_ENTRY_STRING(s, solid)
18 JS_STATIC_CONST_ENTRY_STRING(b, beveled)
19 JS_STATIC_CONST_ENTRY_STRING(d, dashed)
20 JS_STATIC_CONST_ENTRY_STRING(i, inset)
21 JS_STATIC_CONST_ENTRY_STRING(u, underline)
40 JS_STATIC_CONST_ENTRY_STRING(Times, Times-Roman)
41 JS_STATIC_CONST_ENTRY_STRING(TimesB, Times-Bold)
42 JS_STATIC_CONST_ENTRY_STRING(TimesI, Times-Italic)
43 JS_STATIC_CONST_ENTRY_STRING(TimesBI, Times-BoldItalic)
44 JS_STATIC_CONST_ENTRY_STRING(Helv, Helvetica)
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 57 #define JS_STATIC_CONST_ENTRY_STRING(const_name, pValue) {JS_WIDESTRING(const_name), 0, JS_WIDESTRING(pValue), 1},

Completed in 136 milliseconds