Home
last modified time | relevance | path

Searched defs:pIsolate (Results 1 – 25 of 42) sorted by relevance

12

/external/pdfium/fxjs/
Dfxv8.cpp60 v8::Local<v8::Value> NewNullHelper(v8::Isolate* pIsolate) { in NewNullHelper()
64 v8::Local<v8::Value> NewUndefinedHelper(v8::Isolate* pIsolate) { in NewUndefinedHelper()
68 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, int number) { in NewNumberHelper()
72 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, double number) { in NewNumberHelper()
76 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, float number) { in NewNumberHelper()
80 v8::Local<v8::Boolean> NewBooleanHelper(v8::Isolate* pIsolate, bool b) { in NewBooleanHelper()
84 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper()
92 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper()
97 v8::Local<v8::Array> NewArrayHelper(v8::Isolate* pIsolate) { in NewArrayHelper()
101 v8::Local<v8::Array> NewArrayHelper(v8::Isolate* pIsolate, in NewArrayHelper()
[all …]
Dcfx_v8.h62 void SetIsolate(v8::Isolate* pIsolate) { m_pIsolate = pIsolate; } in SetIsolate()
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.cpp23 void StringProperty(v8::Isolate* pIsolate, in StringProperty()
34 void IntegerProperty(v8::Isolate* pIsolate, in IntegerProperty()
45 void BooleanProperty(v8::Isolate* pIsolate, in BooleanProperty()
73 void CJX_EventPseudoModel::cancelAction(v8::Isolate* pIsolate, in cancelAction()
80 void CJX_EventPseudoModel::change(v8::Isolate* pIsolate, in change()
87 void CJX_EventPseudoModel::commitKey(v8::Isolate* pIsolate, in commitKey()
94 void CJX_EventPseudoModel::fullText(v8::Isolate* pIsolate, in fullText()
101 void CJX_EventPseudoModel::keyDown(v8::Isolate* pIsolate, in keyDown()
108 void CJX_EventPseudoModel::modifier(v8::Isolate* pIsolate, in modifier()
115 void CJX_EventPseudoModel::newContentType(v8::Isolate* pIsolate, in newContentType()
[all …]
Dcfxjse_value.cpp67 void FXJSE_ThrowMessage(v8::Isolate* pIsolate, ByteStringView utf8Message) { in FXJSE_ThrowMessage()
77 CFXJSE_Value::CFXJSE_Value(v8::Isolate* pIsolate, v8::Local<v8::Value> value) { in CFXJSE_Value()
89 void CFXJSE_Value::SetHostObject(v8::Isolate* pIsolate, in SetHostObject()
98 v8::Isolate* pIsolate, in SetArray()
114 void CFXJSE_Value::SetFloat(v8::Isolate* pIsolate, float fFloat) { in SetFloat()
119 bool CFXJSE_Value::SetObjectProperty(v8::Isolate* pIsolate, in SetObjectProperty()
135 bool CFXJSE_Value::GetObjectProperty(v8::Isolate* pIsolate, in GetObjectProperty()
149 bool CFXJSE_Value::GetObjectPropertyByIdx(v8::Isolate* pIsolate, in GetObjectPropertyByIdx()
163 void CFXJSE_Value::DeleteObjectProperty(v8::Isolate* pIsolate, in DeleteObjectProperty()
173 bool CFXJSE_Value::SetObjectOwnProperty(v8::Isolate* pIsolate, in SetObjectOwnProperty()
[all …]
Dcjx_tree.cpp95 void CJX_Tree::all(v8::Isolate* pIsolate, in all()
109 void CJX_Tree::classAll(v8::Isolate* pIsolate, in classAll()
124 void CJX_Tree::nodes(v8::Isolate* pIsolate, in nodes()
143 void CJX_Tree::parent(v8::Isolate* pIsolate, in parent()
160 void CJX_Tree::index(v8::Isolate* pIsolate, in index()
175 void CJX_Tree::classIndex(v8::Isolate* pIsolate, in classIndex()
190 void CJX_Tree::somExpression(v8::Isolate* pIsolate, in somExpression()
203 v8::Local<v8::Value> CJX_Tree::ResolveNodeList(v8::Isolate* pIsolate, in ResolveNodeList()
Dcfxjse_isolatetracker.cpp13 v8::Isolate* pIsolate) in CFXJSE_ScopeUtil_IsolateHandle()
31 v8::Isolate* pIsolate) in CFXJSE_ScopeUtil_RootContext()
38 CFXJSE_ScopeUtil_IsolateHandleRootContext(v8::Isolate* pIsolate) in CFXJSE_ScopeUtil_IsolateHandleRootContext()
Dcfxjse_runtimedata.cpp27 v8::Isolate* pIsolate) { in Create()
52 CFXJSE_RuntimeData* CFXJSE_RuntimeData::Get(v8::Isolate* pIsolate) { in Get()
61 v8::Isolate* pIsolate) { in GetRootContext()
Dcjx_datawindow.cpp53 void CJX_DataWindow::recordsBefore(v8::Isolate* pIsolate, in recordsBefore()
58 void CJX_DataWindow::currentRecordNumber(v8::Isolate* pIsolate, in currentRecordNumber()
63 void CJX_DataWindow::recordsAfter(v8::Isolate* pIsolate, in recordsAfter()
68 void CJX_DataWindow::isDefined(v8::Isolate* pIsolate, in isDefined()
Dcjx_delta.cpp34 void CJX_Delta::currentValue(v8::Isolate* pIsolate, in currentValue()
39 void CJX_Delta::savedValue(v8::Isolate* pIsolate, in savedValue()
44 void CJX_Delta::target(v8::Isolate* pIsolate, in target()
Dcjx_field.cpp237 void CJX_Field::defaultValue(v8::Isolate* pIsolate, in defaultValue()
297 void CJX_Field::editValue(v8::Isolate* pIsolate, in editValue()
315 void CJX_Field::formatMessage(v8::Isolate* pIsolate, in formatMessage()
322 void CJX_Field::formattedValue(v8::Isolate* pIsolate, in formattedValue()
340 void CJX_Field::length(v8::Isolate* pIsolate, in length()
356 void CJX_Field::parentSubform(v8::Isolate* pIsolate, in parentSubform()
367 void CJX_Field::selectedIndex(v8::Isolate* pIsolate, in selectedIndex()
389 void CJX_Field::rawValue(v8::Isolate* pIsolate, in rawValue()
Dcjx_hostpseudomodel.cpp77 void CJX_HostPseudoModel::appType(v8::Isolate* pIsolate, in appType()
92 void CJX_HostPseudoModel::calculationsEnabled(v8::Isolate* pIsolate, in calculationsEnabled()
109 void CJX_HostPseudoModel::currentPage(v8::Isolate* pIsolate, in currentPage()
125 void CJX_HostPseudoModel::language(v8::Isolate* pIsolate, in language()
142 void CJX_HostPseudoModel::numPages(v8::Isolate* pIsolate, in numPages()
159 void CJX_HostPseudoModel::platform(v8::Isolate* pIsolate, in platform()
176 void CJX_HostPseudoModel::title(v8::Isolate* pIsolate, in title()
197 void CJX_HostPseudoModel::validationsEnabled(v8::Isolate* pIsolate, in validationsEnabled()
215 void CJX_HostPseudoModel::variation(v8::Isolate* pIsolate, in variation()
230 void CJX_HostPseudoModel::version(v8::Isolate* pIsolate, in version()
[all …]
Dcjx_exclgroup.cpp113 void CJX_ExclGroup::defaultValue(v8::Isolate* pIsolate, in defaultValue()
137 void CJX_ExclGroup::rawValue(v8::Isolate* pIsolate, in rawValue()
144 void CJX_ExclGroup::transient(v8::Isolate* pIsolate, in transient()
149 void CJX_ExclGroup::errorText(v8::Isolate* pIsolate, in errorText()
Dcfxjse_resolveprocessor.cpp34 bool CFXJSE_ResolveProcessor::Resolve(v8::Isolate* pIsolate, NodeData& rnd) { in Resolve()
93 bool CFXJSE_ResolveProcessor::ResolveAnyChild(v8::Isolate* pIsolate, in ResolveAnyChild()
126 bool CFXJSE_ResolveProcessor::ResolveDollar(v8::Isolate* pIsolate, in ResolveDollar()
153 bool CFXJSE_ResolveProcessor::ResolveExcalmatory(v8::Isolate* pIsolate, in ResolveExcalmatory()
179 bool CFXJSE_ResolveProcessor::ResolveNumberSign(v8::Isolate* pIsolate, in ResolveNumberSign()
227 bool CFXJSE_ResolveProcessor::ResolveNormal(v8::Isolate* pIsolate, in ResolveNormal()
639 void CFXJSE_ResolveProcessor::FilterCondition(v8::Isolate* pIsolate, in FilterCondition()
712 void CFXJSE_ResolveProcessor::DoPredicateFilter(v8::Isolate* pIsolate, in DoPredicateFilter()
Dcfxjse_class.cpp127 v8::Isolate* pIsolate, in DynPropGetterAdapter()
166 void DynPropSetterAdapter(v8::Isolate* pIsolate, in DynPropSetterAdapter()
185 bool DynPropQueryAdapter(v8::Isolate* pIsolate, in DynPropQueryAdapter()
263 void SetUpNamedPropHandler(v8::Isolate* pIsolate, in SetUpNamedPropHandler()
293 v8::Isolate* pIsolate = pContext->GetIsolate(); in Create() local
344 v8::Isolate* pIsolate) { in GetTemplate()
Dcjx_object.cpp140 void CJX_Object::className(v8::Isolate* pIsolate, in className()
178 void CJX_Object::ThrowTooManyOccurrencesException(v8::Isolate* pIsolate, in ThrowTooManyOccurrencesException()
197 v8::Isolate* pIsolate, in ThrowParamCountMismatchException()
211 void CJX_Object::ThrowException(v8::Isolate* pIsolate, in ThrowException()
987 void CJX_Object::ScriptAttributeString(v8::Isolate* pIsolate, in ScriptAttributeString()
1057 void CJX_Object::ScriptAttributeBool(v8::Isolate* pIsolate, in ScriptAttributeBool()
1069 void CJX_Object::ScriptAttributeInteger(v8::Isolate* pIsolate, in ScriptAttributeInteger()
1081 void CJX_Object::ScriptSomFontColor(v8::Isolate* pIsolate, in ScriptSomFontColor()
1100 void CJX_Object::ScriptSomFillColor(v8::Isolate* pIsolate, in ScriptSomFillColor()
1120 void CJX_Object::ScriptSomBorderColor(v8::Isolate* pIsolate, in ScriptSomBorderColor()
[all …]
Dcfxjse_value.h45 WideString ToWideString(v8::Isolate* pIsolate) const { in ToWideString()
87 void ForceSetValue(v8::Isolate* pIsolate, v8::Local<v8::Value> hValue) { in ForceSetValue()
Dcjx_textnode.cpp20 void CJX_TextNode::defaultValue(v8::Isolate* pIsolate, in defaultValue()
27 void CJX_TextNode::value(v8::Isolate* pIsolate, in value()
Dcjx_instancemanager.cpp43 int32_t CJX_InstanceManager::SetInstances(v8::Isolate* pIsolate, in SetInstances()
111 int32_t CJX_InstanceManager::MoveInstance(v8::Isolate* pIsolate, in MoveInstance()
293 void CJX_InstanceManager::max(v8::Isolate* pIsolate, in max()
306 void CJX_InstanceManager::min(v8::Isolate* pIsolate, in min()
319 void CJX_InstanceManager::count(v8::Isolate* pIsolate, in count()
Dcjx_occur.cpp22 void CJX_Occur::max(v8::Isolate* pIsolate, in max()
35 void CJX_Occur::min(v8::Isolate* pIsolate, in min()
Dcjx_draw.cpp24 void CJX_Draw::rawValue(v8::Isolate* pIsolate, in rawValue()
31 void CJX_Draw::defaultValue(v8::Isolate* pIsolate, in defaultValue()
Dcjx_boolean.cpp22 void CJX_Boolean::defaultValue(v8::Isolate* pIsolate, in defaultValue()
46 void CJX_Boolean::value(v8::Isolate* pIsolate, in value()
Dcjx_model.cpp83 void CJX_Model::context(v8::Isolate* pIsolate, in context()
88 void CJX_Model::aliasNode(v8::Isolate* pIsolate, in aliasNode()
Dcfxjse_engine.cpp97 CXFA_Object* CFXJSE_Engine::ToObject(v8::Isolate* pIsolate, in ToObject()
106 CXFA_Object* CFXJSE_Engine::ToObject(v8::Isolate* pIsolate, in ToObject()
252 void CFXJSE_Engine::GlobalPropertySetter(v8::Isolate* pIsolate, in GlobalPropertySetter()
292 v8::Isolate* pIsolate, in GlobalPropertyGetter()
361 v8::Isolate* pIsolate, in GlobalPropTypeGetter()
380 v8::Isolate* pIsolate, in NormalPropertyGetter()
451 void CFXJSE_Engine::NormalPropertySetter(v8::Isolate* pIsolate, in NormalPropertySetter()
510 v8::Isolate* pIsolate, in NormalPropTypeGetter()
Dcjx_node.cpp396 void CJX_Node::ns(v8::Isolate* pIsolate, in ns()
408 void CJX_Node::model(v8::Isolate* pIsolate, in model()
425 void CJX_Node::isContainer(v8::Isolate* pIsolate, in isContainer()
436 void CJX_Node::isNull(v8::Isolate* pIsolate, in isNull()
451 void CJX_Node::oneOfChild(v8::Isolate* pIsolate, in oneOfChild()
Dcjx_subform.cpp89 void CJX_Subform::locale(v8::Isolate* pIsolate, in locale()
105 void CJX_Subform::instanceManager(v8::Isolate* pIsolate, in instanceManager()

12