Home
last modified time | relevance | path

Searched refs:CJS_V8 (Results 1 – 25 of 33) sorted by relevance

12

/external/pdfium/fxjs/
Dcjs_v8.cpp14 CJS_V8::CJS_V8(v8::Isolate* isolate) : m_isolate(isolate) {} in CJS_V8() function in CJS_V8
16 CJS_V8::~CJS_V8() { in ~CJS_V8()
20 v8::Local<v8::Value> CJS_V8::GetObjectProperty( in GetObjectProperty()
33 std::vector<WideString> CJS_V8::GetObjectPropertyNames( in GetObjectPropertyNames()
51 void CJS_V8::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty()
61 v8::Local<v8::Array> CJS_V8::NewArray() { in NewArray()
65 unsigned CJS_V8::PutArrayElement(v8::Local<v8::Array> pArray, in PutArrayElement()
75 v8::Local<v8::Value> CJS_V8::GetArrayElement(v8::Local<v8::Array> pArray, in GetArrayElement()
85 unsigned CJS_V8::GetArrayLength(v8::Local<v8::Array> pArray) { in GetArrayLength()
91 v8::Local<v8::Context> CJS_V8::NewLocalContext() { in NewLocalContext()
[all …]
DCJX_Define.h16 CJS_Return (C::*M)(CJS_V8* runtime,
19 CJS_V8* runtime, in JSMethod()
26 CJX_Object* node, CJS_V8* runtime, \
31 CJS_Return method_name(CJS_V8* runtime, \
Dcjs_v8.h24 class CJS_V8 {
26 explicit CJS_V8(v8::Isolate* pIsolate);
27 virtual ~CJS_V8();
/external/pdfium/fxjs/xfa/
Dcjx_source.cpp40 CJS_Return CJX_Source::next(CJS_V8* runtime, in next()
48 CJS_V8* runtime, in cancelBatch()
55 CJS_Return CJX_Source::first(CJS_V8* runtime, in first()
63 CJS_V8* runtime, in updateBatch()
71 CJS_V8* runtime, in previous()
78 CJS_Return CJX_Source::isBOF(CJS_V8* runtime, in isBOF()
85 CJS_Return CJX_Source::isEOF(CJS_V8* runtime, in isEOF()
92 CJS_Return CJX_Source::cancel(CJS_V8* runtime, in cancel()
99 CJS_Return CJX_Source::update(CJS_V8* runtime, in update()
106 CJS_Return CJX_Source::open(CJS_V8* runtime, in open()
[all …]
Dcjx_layoutpseudomodel.cpp72 CJS_V8* runtime, in HWXY()
129 CJS_V8* runtime, in h()
135 CJS_V8* runtime, in w()
141 CJS_V8* runtime, in x()
147 CJS_V8* runtime, in y()
152 CJS_Return CJX_LayoutPseudoModel::NumberedPageCount(CJS_V8* runtime, in NumberedPageCount()
177 CJS_V8* runtime, in pageCount()
183 CJS_V8* runtime, in pageSpan()
207 CJS_V8* runtime, in page()
347 CJS_V8* runtime, in pageContent()
[all …]
Dcjx_template.cpp31 CJS_V8* runtime, in formNodes()
39 CJS_V8* runtime, in remerge()
49 CJS_V8* runtime, in execInitialize()
58 CJS_V8* runtime, in recalculate()
66 CJS_V8* runtime, in execCalculate()
75 CJS_V8* runtime, in execValidate()
Dcjx_logpseudomodel.cpp29 CJS_V8* runtime, in message()
35 CJS_V8* runtime, in traceEnabled()
41 CJS_V8* runtime, in traceActivate()
47 CJS_V8* runtime, in traceDeactivate()
53 CJS_V8* runtime, in trace()
Dcjx_form.cpp35 CJS_V8* runtime, in formNodes()
55 CJS_Return CJX_Form::remerge(CJS_V8* runtime, in remerge()
65 CJS_V8* runtime, in execInitialize()
77 CJS_V8* runtime, in recalculate()
99 CJS_V8* runtime, in execCalculate()
111 CJS_V8* runtime, in execValidate()
Dcjx_hostpseudomodel.cpp249 CJS_V8* runtime, in gotoURL()
268 CJS_V8* runtime, in openList()
319 CJS_V8* runtime, in response()
350 CJS_V8* runtime, in documentInBatch()
356 CJS_V8* runtime, in resetData()
406 CJS_V8* runtime, in beep()
427 CJS_V8* runtime, in setFocus()
469 CJS_V8* runtime, in getFocus()
488 CJS_V8* runtime, in messageBox()
528 CJS_V8* runtime, in documentCountInBatch()
[all …]
Dcjx_field.cpp42 CJS_V8* runtime, in clearItems()
51 CJS_V8* runtime, in execEvent()
66 CJS_V8* runtime, in execInitialize()
80 CJS_V8* runtime, in deleteItem()
94 CJS_V8* runtime, in getSaveItem()
115 CJS_V8* runtime, in boundItem()
130 CJS_V8* runtime, in getItemState()
144 CJS_V8* runtime, in execCalculate()
158 CJS_V8* runtime, in getDisplayItem()
179 CJS_V8* runtime, in setItemState()
[all …]
Dcjx_datawindow.cpp28 CJS_V8* runtime, in moveCurrentRecord()
34 CJS_V8* runtime, in record()
40 CJS_V8* runtime, in gotoRecord()
46 CJS_V8* runtime, in isRecordGroup()
Dcjx_signaturepseudomodel.cpp30 CJS_V8* runtime, in verifySignature()
38 CJS_V8* runtime, in sign()
46 CJS_V8* runtime, in enumerate()
54 CJS_V8* runtime, in clear()
Dcjx_node.cpp114 CJS_Return CJX_Node::applyXSL(CJS_V8* runtime, in applyXSL()
124 CJS_V8* runtime, in assignNode()
133 CJS_Return CJX_Node::clone(CJS_V8* runtime, in clone()
147 CJS_V8* runtime, in getAttribute()
158 CJS_V8* runtime, in getElement()
179 CJS_V8* runtime, in isPropertySpecified()
202 CJS_Return CJX_Node::loadXML(CJS_V8* runtime, in loadXML()
323 CJS_V8* runtime, in saveFilteredXML()
329 CJS_Return CJX_Node::saveXML(CJS_V8* runtime, in saveXML()
371 CJS_V8* runtime, in setAttribute()
[all …]
Dcjx_list.cpp34 CJS_Return CJX_List::append(CJS_V8* runtime, in append()
47 CJS_Return CJX_List::insert(CJS_V8* runtime, in insert()
61 CJS_Return CJX_List::remove(CJS_V8* runtime, in remove()
74 CJS_Return CJX_List::item(CJS_V8* runtime, in item()
Dcjx_layoutpseudomodel.h55 CJS_Return NumberedPageCount(CJS_V8* runtime, bool bNumbered);
56 CJS_Return HWXY(CJS_V8* runtime,
63 CJS_Return PageInternals(CJS_V8* runtime,
Dcjx_exclgroup.cpp34 CJS_V8* runtime, in execEvent()
45 CJS_V8* runtime, in execInitialize()
57 CJS_V8* runtime, in execCalculate()
69 CJS_V8* runtime, in execValidate()
83 CJS_V8* runtime, in selectedMember()
Dcjx_model.cpp29 CJS_V8* runtime, in clearErrorList()
35 CJS_V8* runtime, in createNode()
73 CJS_V8* runtime, in isCompatibleNS()
Dcjx_packet.cpp27 CJS_V8* runtime, in getAttribute()
43 CJS_V8* runtime, in setAttribute()
57 CJS_V8* runtime, in removeAttribute()
Dcjx_instancemanager.cpp136 CJS_V8* runtime, in moveInstance()
163 CJS_V8* runtime, in removeInstance()
203 CJS_V8* runtime, in setInstances()
213 CJS_V8* runtime, in addInstance()
254 CJS_V8* runtime, in insertInstance()
Dcjx_subform.cpp32 CJS_V8* runtime, in execEvent()
43 CJS_V8* runtime, in execInitialize()
55 CJS_V8* runtime, in execCalculate()
67 CJS_V8* runtime, in execValidate()
Dcjx_container.cpp28 CJS_V8* runtime, in getDelta()
34 CJS_V8* runtime, in getDeltas()
Dcjx_tree.cpp33 CJS_V8* runtime, in resolveNode()
82 CJS_V8* runtime, in resolveNodes()
Dcjx_eventpseudomodel.cpp154 CJS_V8* runtime, in emit()
177 CJS_V8* runtime, in reset()
Dcjx_delta.cpp23 CJS_Return CJX_Delta::restore(CJS_V8* runtime, in restore()
Dcjx_desc.cpp23 CJS_Return CJX_Desc::metadata(CJS_V8* runtime, in metadata()

12