Home
last modified time | relevance | path

Searched refs:JS_STATIC_PROP (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fxjs/
Dcjs_field.h42 JS_STATIC_PROP(alignment, alignment, CJS_Field)
43 JS_STATIC_PROP(borderStyle, border_style, CJS_Field)
44 JS_STATIC_PROP(buttonAlignX, button_align_x, CJS_Field)
45 JS_STATIC_PROP(buttonAlignY, button_align_y, CJS_Field)
46 JS_STATIC_PROP(buttonFitBounds, button_fit_bounds, CJS_Field)
47 JS_STATIC_PROP(buttonPosition, button_position, CJS_Field)
48 JS_STATIC_PROP(buttonScaleHow, button_scale_how, CJS_Field)
49 JS_STATIC_PROP(ButtonScaleWhen, button_scale_when, CJS_Field)
50 JS_STATIC_PROP(calcOrderIndex, calc_order_index, CJS_Field)
51 JS_STATIC_PROP(charLimit, char_limit, CJS_Field)
[all …]
Dcjs_event.h21 JS_STATIC_PROP(change, change, CJS_Event)
22 JS_STATIC_PROP(changeEx, change_ex, CJS_Event)
23 JS_STATIC_PROP(commitKey, commit_key, CJS_Event)
24 JS_STATIC_PROP(fieldFull, field_full, CJS_Event)
25 JS_STATIC_PROP(keyDown, key_down, CJS_Event)
26 JS_STATIC_PROP(modifier, modifier, CJS_Event)
27 JS_STATIC_PROP(name, name, CJS_Event)
28 JS_STATIC_PROP(rc, rc, CJS_Event)
29 JS_STATIC_PROP(richChange, rich_change, CJS_Event)
30 JS_STATIC_PROP(richChangeEx, rich_change_ex, CJS_Event)
[all …]
Dcjs_document.h37 JS_STATIC_PROP(ADBE, ADBE, CJS_Document)
38 JS_STATIC_PROP(author, author, CJS_Document)
39 JS_STATIC_PROP(baseURL, base_URL, CJS_Document)
40 JS_STATIC_PROP(bookmarkRoot, bookmark_root, CJS_Document)
41 JS_STATIC_PROP(calculate, calculate, CJS_Document)
42 JS_STATIC_PROP(Collab, collab, CJS_Document)
43 JS_STATIC_PROP(creationDate, creation_date, CJS_Document)
44 JS_STATIC_PROP(creator, creator, CJS_Document)
45 JS_STATIC_PROP(delay, delay, CJS_Document)
46 JS_STATIC_PROP(dirty, dirty, CJS_Document)
[all …]
Dcjs_color.h28 JS_STATIC_PROP(black, black, CJS_Color)
29 JS_STATIC_PROP(blue, blue, CJS_Color)
30 JS_STATIC_PROP(cyan, cyan, CJS_Color)
31 JS_STATIC_PROP(dkGray, dark_gray, CJS_Color)
32 JS_STATIC_PROP(gray, gray, CJS_Color)
33 JS_STATIC_PROP(green, green, CJS_Color)
34 JS_STATIC_PROP(ltGray, light_gray, CJS_Color)
35 JS_STATIC_PROP(magenta, magenta, CJS_Color)
36 JS_STATIC_PROP(red, red, CJS_Color)
37 JS_STATIC_PROP(transparent, transparent, CJS_Color)
[all …]
Dcjs_app.h33 JS_STATIC_PROP(activeDocs, active_docs, CJS_App)
34 JS_STATIC_PROP(calculate, calculate, CJS_App)
35 JS_STATIC_PROP(formsVersion, forms_version, CJS_App)
36 JS_STATIC_PROP(fs, fs, CJS_App)
37 JS_STATIC_PROP(fullscreen, fullscreen, CJS_App)
38 JS_STATIC_PROP(language, language, CJS_App)
39 JS_STATIC_PROP(media, media, CJS_App)
40 JS_STATIC_PROP(platform, platform, CJS_App)
41 JS_STATIC_PROP(runtimeHighlight, runtime_highlight, CJS_App)
42 JS_STATIC_PROP(viewerType, viewer_type, CJS_App)
[all …]
Dcjs_annot.h24 JS_STATIC_PROP(hidden, hidden, CJS_Annot)
25 JS_STATIC_PROP(name, name, CJS_Annot)
26 JS_STATIC_PROP(type, type, CJS_Annot)
Dcjs_icon.h24 JS_STATIC_PROP(name, name, CJS_Icon)
Djs_define.h141 #define JS_STATIC_PROP(err_name, prop_name, class_name) \ macro