HomeSort by relevance Sort by last modified time
    Searched refs:CJS_Runtime (Results 1 - 25 of 38) sorted by null

1 2

  /external/pdfium/fxjs/
cjs_globalarrays.h 14 static void DefineJSObjects(CJS_Runtime* pRuntmie);
cjs_globalconsts.h 14 static void DefineJSObjects(CJS_Runtime* pRuntime);
cjs_color.h 17 static v8::Local<v8::Array> ConvertPWLColorToArray(CJS_Runtime* pRuntime,
19 static CFX_Color ConvertArrayToPWLColor(CJS_Runtime* pRuntime,
25 CJS_Return get_black(CJS_Runtime* pRuntime);
26 CJS_Return set_black(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
28 CJS_Return get_blue(CJS_Runtime* pRuntime);
29 CJS_Return set_blue(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
31 CJS_Return get_cyan(CJS_Runtime* pRuntime);
32 CJS_Return set_cyan(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
34 CJS_Return get_dark_gray(CJS_Runtime* pRuntime);
35 CJS_Return set_dark_gray(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp)
    [all...]
cjs_document.h 26 CJS_Return get_ADBE(CJS_Runtime* pRuntime);
27 CJS_Return set_ADBE(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
29 CJS_Return get_author(CJS_Runtime* pRuntime);
30 CJS_Return set_author(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
32 CJS_Return get_base_URL(CJS_Runtime* pRuntime);
33 CJS_Return set_base_URL(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
35 CJS_Return get_bookmark_root(CJS_Runtime* pRuntime);
36 CJS_Return set_bookmark_root(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
38 CJS_Return get_calculate(CJS_Runtime* pRuntime);
39 CJS_Return set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp)
    [all...]
cjs_event.h 17 CJS_Return get_change(CJS_Runtime* pRuntime);
18 CJS_Return set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
20 CJS_Return get_change_ex(CJS_Runtime* pRuntime);
21 CJS_Return set_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
23 CJS_Return get_commit_key(CJS_Runtime* pRuntime);
24 CJS_Return set_commit_key(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
26 CJS_Return get_field_full(CJS_Runtime* pRuntime);
27 CJS_Return set_field_full(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
29 CJS_Return get_key_down(CJS_Runtime* pRuntime);
30 CJS_Return set_key_down(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp)
    [all...]
cjs_app.h 16 class CJS_Runtime;
24 CJS_Return get_active_docs(CJS_Runtime* pRuntime);
25 CJS_Return set_active_docs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
27 CJS_Return get_calculate(CJS_Runtime* pRuntime);
28 CJS_Return set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
30 CJS_Return get_forms_version(CJS_Runtime* pRuntime);
31 CJS_Return set_forms_version(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
33 CJS_Return get_fs(CJS_Runtime* pRuntime);
34 CJS_Return set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
36 CJS_Return get_fullscreen(CJS_Runtime* pRuntime)
    [all...]
cjs_field.h 38 CJS_Return get_alignment(CJS_Runtime* pRuntime);
39 CJS_Return set_alignment(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
41 CJS_Return get_border_style(CJS_Runtime* pRuntime);
42 CJS_Return set_border_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
44 CJS_Return get_button_align_x(CJS_Runtime* pRuntime);
45 CJS_Return set_button_align_x(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
47 CJS_Return get_button_align_y(CJS_Runtime* pRuntime);
48 CJS_Return set_button_align_y(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
50 CJS_Return get_button_fit_bounds(CJS_Runtime* pRuntime);
51 CJS_Return set_button_fit_bounds(CJS_Runtime* pRuntime
    [all...]
cjs_annot.h 18 CJS_Return get_hidden(CJS_Runtime* pRuntime);
19 CJS_Return set_hidden(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
21 CJS_Return get_name(CJS_Runtime* pRuntime);
22 CJS_Return set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
24 CJS_Return get_type(CJS_Runtime* pRuntime);
25 CJS_Return set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
cjs_publicmethods.h 30 CJS_Runtime* pRuntime,
33 CJS_Runtime* pRuntime,
36 CJS_Runtime* pRuntime,
39 CJS_Runtime* pRuntime,
42 CJS_Runtime* pRuntime,
45 CJS_Runtime* pRuntime,
48 CJS_Runtime* pRuntime,
51 CJS_Runtime* pRuntime,
54 CJS_Runtime* pRuntime,
57 CJS_Runtime* pRuntime
    [all...]
cjs_event.cpp 51 CJS_Return event::get_change(CJS_Runtime* pRuntime) {
57 CJS_Return event::set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) {
68 CJS_Return event::get_change_ex(CJS_Runtime* pRuntime) {
75 CJS_Return event::set_change_ex(CJS_Runtime* pRuntime,
80 CJS_Return event::get_commit_key(CJS_Runtime* pRuntime) {
87 CJS_Return event::set_commit_key(CJS_Runtime* pRuntime,
92 CJS_Return event::get_field_full(CJS_Runtime* pRuntime) {
102 CJS_Return event::set_field_full(CJS_Runtime* pRuntime,
107 CJS_Return event::get_key_down(CJS_Runtime* pRuntime) {
113 CJS_Return event::set_key_down(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp)
    [all...]
cjs_runtime.cpp 7 #include "fxjs/cjs_runtime.h"
61 return new CJS_Runtime(pFormFillEnv);
65 CJS_Runtime* CJS_Runtime::CurrentRuntimeFromIsolate(v8::Isolate* pIsolate) {
66 return static_cast<CJS_Runtime*>(
70 CJS_Runtime::CJS_Runtime(CPDFSDK_FormFillEnvironment* pFormFillEnv)
103 CJS_Runtime::~CJS_Runtime() {
112 void CJS_Runtime::DefineJSObjects()
    [all...]
cjs_runtime.h 24 class CJS_Runtime : public IJS_Runtime,
26 public Observable<CJS_Runtime> {
30 static CJS_Runtime* CurrentRuntimeFromIsolate(v8::Isolate* pIsolate);
32 explicit CJS_Runtime(CPDFSDK_FormFillEnvironment* pFormFillEnv);
33 ~CJS_Runtime() override;
cjs_util.h 25 CJS_Return printd(CJS_Runtime* pRuntime,
27 CJS_Return printf(CJS_Runtime* pRuntime,
29 CJS_Return printx(CJS_Runtime* pRuntime,
31 CJS_Return scand(CJS_Runtime* pRuntime,
33 CJS_Return byteToChar(CJS_Runtime* pRuntime,
global_timer.h 18 CJS_Runtime* pRuntime,
31 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); }
46 CJS_Runtime::ObservedPtr m_pRuntime;
cjs_color.cpp 15 #include "fxjs/cjs_runtime.h"
46 v8::Local<v8::Array> color::ConvertPWLColorToArray(CJS_Runtime* pRuntime,
79 CFX_Color color::ConvertArrayToPWLColor(CJS_Runtime* pRuntime,
141 CJS_Return color::get_transparent(CJS_Runtime* pRuntime) {
145 CJS_Return color::set_transparent(CJS_Runtime* pRuntime,
150 CJS_Return color::get_black(CJS_Runtime* pRuntime) {
154 CJS_Return color::set_black(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) {
158 CJS_Return color::get_white(CJS_Runtime* pRuntime) {
162 CJS_Return color::set_white(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) {
166 CJS_Return color::get_red(CJS_Runtime* pRuntime)
    [all...]
cjs_console.cpp 35 CJS_Return console::clear(CJS_Runtime* pRuntime,
40 CJS_Return console::hide(CJS_Runtime* pRuntime,
45 CJS_Return console::println(CJS_Runtime* pRuntime,
50 CJS_Return console::show(CJS_Runtime* pRuntime,
cjs_console.h 20 CJS_Return clear(CJS_Runtime* pRuntime,
22 CJS_Return hide(CJS_Runtime* pRuntime,
24 CJS_Return println(CJS_Runtime* pRuntime,
26 CJS_Return show(CJS_Runtime* pRuntime,
cjs_document.cpp 127 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime);
141 CJS_Return Document::get_num_fields(CJS_Runtime* pRuntime) {
151 CJS_Return Document::set_num_fields(CJS_Runtime* pRuntime,
156 CJS_Return Document::get_dirty(CJS_Runtime* pRuntime) {
162 CJS_Return Document::set_dirty(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) {
171 CJS_Return Document::get_ADBE(CJS_Runtime* pRuntime) {
175 CJS_Return Document::set_ADBE(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) {
179 CJS_Return Document::get_page_num(CJS_Runtime* pRuntime) {
189 CJS_Return Document::set_page_num(CJS_Runtime* pRuntime
    [all...]
cjs_annot.cpp 46 CJS_Return Annot::get_hidden(CJS_Runtime* pRuntime) {
55 CJS_Return Annot::set_hidden(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) {
78 CJS_Return Annot::get_name(CJS_Runtime* pRuntime) {
85 CJS_Return Annot::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) {
95 CJS_Return Annot::get_type(CJS_Runtime* pRuntime) {
105 CJS_Return Annot::set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) {
cjs_icon.cpp 32 CJS_Return Icon::get_name(CJS_Runtime* pRuntime) {
36 CJS_Return Icon::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) {
cjs_icon.h 17 CJS_Return get_name(CJS_Runtime* pRuntime);
18 CJS_Return set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
cjs_report.cpp 32 CJS_Return Report::writeText(CJS_Runtime* pRuntime,
38 CJS_Return Report::save(CJS_Runtime* pRuntime,
cjs_report.h 20 CJS_Return save(CJS_Runtime* pRuntime,
22 CJS_Return writeText(CJS_Runtime* pRuntime,
cjs_app.cpp 92 CJS_Return app::get_active_docs(CJS_Runtime* pRuntime) {
108 CJS_Return app::set_active_docs(CJS_Runtime* pRuntime,
113 CJS_Return app::get_calculate(CJS_Runtime* pRuntime) {
117 CJS_Return app::set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) {
123 CJS_Return app::get_forms_version(CJS_Runtime* pRuntime) {
127 CJS_Return app::set_forms_version(CJS_Runtime* pRuntime,
132 CJS_Return app::get_viewer_type(CJS_Runtime* pRuntime) {
136 CJS_Return app::set_viewer_type(CJS_Runtime* pRuntime,
141 CJS_Return app::get_viewer_variation(CJS_Runtime* pRuntime) {
145 CJS_Return app::set_viewer_variation(CJS_Runtime* pRuntime
    [all...]
cjs_globalarrays.cpp 18 CJS_Runtime* pCurrentRuntime = \
19 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); \
26 void CJS_GlobalArrays::DefineJSObjects(CJS_Runtime* pRuntime) {

Completed in 285 milliseconds

1 2