Home
last modified time | relevance | path

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

12

/external/pdfium/fxjs/
Dfxv8.cpp59 v8::Local<v8::Value> NewNullHelper(v8::Isolate* pIsolate) { in NewNullHelper()
63 v8::Local<v8::Value> NewUndefinedHelper(v8::Isolate* pIsolate) { in NewUndefinedHelper()
67 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, int number) { in NewNumberHelper()
71 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, double number) { in NewNumberHelper()
75 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, float number) { in NewNumberHelper()
79 v8::Local<v8::Boolean> NewBooleanHelper(v8::Isolate* pIsolate, bool b) { in NewBooleanHelper()
83 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper()
91 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper()
96 v8::Local<v8::Array> NewArrayHelper(v8::Isolate* pIsolate) { in NewArrayHelper()
100 v8::Local<v8::Array> NewArrayHelper(v8::Isolate* pIsolate, in NewArrayHelper()
[all …]
/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.cpp66 void FXJSE_ThrowMessage(v8::Isolate* pIsolate, ByteStringView utf8Message) { in FXJSE_ThrowMessage()
76 CFXJSE_Value::CFXJSE_Value(v8::Isolate* pIsolate, v8::Local<v8::Value> value) { in CFXJSE_Value()
88 void CFXJSE_Value::SetHostObject(v8::Isolate* pIsolate, in SetHostObject()
97 v8::Isolate* pIsolate, in SetArray()
113 void CFXJSE_Value::SetFloat(v8::Isolate* pIsolate, float fFloat) { in SetFloat()
118 bool CFXJSE_Value::SetObjectProperty(v8::Isolate* pIsolate, in SetObjectProperty()
134 bool CFXJSE_Value::GetObjectProperty(v8::Isolate* pIsolate, in GetObjectProperty()
148 bool CFXJSE_Value::GetObjectPropertyByIdx(v8::Isolate* pIsolate, in GetObjectPropertyByIdx()
162 void CFXJSE_Value::DeleteObjectProperty(v8::Isolate* pIsolate, in DeleteObjectProperty()
172 bool CFXJSE_Value::SetObjectOwnProperty(v8::Isolate* pIsolate, in SetObjectOwnProperty()
[all …]
Dcjx_tree.cpp101 void CJX_Tree::all(v8::Isolate* pIsolate, in all()
115 void CJX_Tree::classAll(v8::Isolate* pIsolate, in classAll()
130 void CJX_Tree::nodes(v8::Isolate* pIsolate, in nodes()
150 void CJX_Tree::parent(v8::Isolate* pIsolate, in parent()
167 void CJX_Tree::index(v8::Isolate* pIsolate, in index()
182 void CJX_Tree::classIndex(v8::Isolate* pIsolate, in classIndex()
197 void CJX_Tree::somExpression(v8::Isolate* pIsolate, in somExpression()
210 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()
39 CFXJSE_ScopeUtil_IsolateHandleRootContext(v8::Isolate* pIsolate) in CFXJSE_ScopeUtil_IsolateHandleRootContext()
Dcjx_datawindow.cpp55 void CJX_DataWindow::recordsBefore(v8::Isolate* pIsolate, in recordsBefore()
60 void CJX_DataWindow::currentRecordNumber(v8::Isolate* pIsolate, in currentRecordNumber()
65 void CJX_DataWindow::recordsAfter(v8::Isolate* pIsolate, in recordsAfter()
70 void CJX_DataWindow::isDefined(v8::Isolate* pIsolate, in isDefined()
Dcjx_delta.cpp35 void CJX_Delta::currentValue(v8::Isolate* pIsolate, in currentValue()
40 void CJX_Delta::savedValue(v8::Isolate* pIsolate, in savedValue()
45 void CJX_Delta::target(v8::Isolate* pIsolate, in target()
Dcjx_field.cpp247 void CJX_Field::defaultValue(v8::Isolate* pIsolate, in defaultValue()
307 void CJX_Field::editValue(v8::Isolate* pIsolate, in editValue()
325 void CJX_Field::formatMessage(v8::Isolate* pIsolate, in formatMessage()
332 void CJX_Field::formattedValue(v8::Isolate* pIsolate, in formattedValue()
350 void CJX_Field::length(v8::Isolate* pIsolate, in length()
366 void CJX_Field::parentSubform(v8::Isolate* pIsolate, in parentSubform()
377 void CJX_Field::selectedIndex(v8::Isolate* pIsolate, in selectedIndex()
399 void CJX_Field::rawValue(v8::Isolate* pIsolate, in rawValue()
Dcjx_hostpseudomodel.cpp78 void CJX_HostPseudoModel::appType(v8::Isolate* pIsolate, in appType()
93 void CJX_HostPseudoModel::calculationsEnabled(v8::Isolate* pIsolate, in calculationsEnabled()
110 void CJX_HostPseudoModel::currentPage(v8::Isolate* pIsolate, in currentPage()
126 void CJX_HostPseudoModel::language(v8::Isolate* pIsolate, in language()
143 void CJX_HostPseudoModel::numPages(v8::Isolate* pIsolate, in numPages()
160 void CJX_HostPseudoModel::platform(v8::Isolate* pIsolate, in platform()
177 void CJX_HostPseudoModel::title(v8::Isolate* pIsolate, in title()
198 void CJX_HostPseudoModel::validationsEnabled(v8::Isolate* pIsolate, in validationsEnabled()
216 void CJX_HostPseudoModel::variation(v8::Isolate* pIsolate, in variation()
231 void CJX_HostPseudoModel::version(v8::Isolate* pIsolate, in version()
[all …]
Dcjx_exclgroup.cpp117 void CJX_ExclGroup::defaultValue(v8::Isolate* pIsolate, in defaultValue()
141 void CJX_ExclGroup::rawValue(v8::Isolate* pIsolate, in rawValue()
148 void CJX_ExclGroup::transient(v8::Isolate* pIsolate, in transient()
153 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.cpp125 void DynPropGetterAdapter(v8::Isolate* pIsolate, in DynPropGetterAdapter()
165 void DynPropSetterAdapter(v8::Isolate* pIsolate, in DynPropSetterAdapter()
184 bool DynPropQueryAdapter(v8::Isolate* pIsolate, in DynPropQueryAdapter()
253 void SetUpNamedPropHandler(v8::Isolate* pIsolate, in SetUpNamedPropHandler()
283 v8::Isolate* pIsolate = pContext->GetIsolate(); in Create() local
337 v8::Isolate* pIsolate) { in GetTemplate()
Dcfxjse_runtimedata.cpp27 v8::Isolate* pIsolate) { in Create()
52 CFXJSE_RuntimeData* CFXJSE_RuntimeData::Get(v8::Isolate* pIsolate) { in Get()
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_object.cpp133 void CJX_Object::className(v8::Isolate* pIsolate, in className()
172 void CJX_Object::ThrowTooManyOccurrencesException(v8::Isolate* pIsolate, in ThrowTooManyOccurrencesException()
191 v8::Isolate* pIsolate, in ThrowParamCountMismatchException()
205 void CJX_Object::ThrowException(v8::Isolate* pIsolate, in ThrowException()
984 void CJX_Object::ScriptAttributeString(v8::Isolate* pIsolate, in ScriptAttributeString()
1054 void CJX_Object::ScriptAttributeBool(v8::Isolate* pIsolate, in ScriptAttributeBool()
1066 void CJX_Object::ScriptAttributeInteger(v8::Isolate* pIsolate, in ScriptAttributeInteger()
1078 void CJX_Object::ScriptSomFontColor(v8::Isolate* pIsolate, in ScriptSomFontColor()
1106 void CJX_Object::ScriptSomFillColor(v8::Isolate* pIsolate, in ScriptSomFillColor()
1136 void CJX_Object::ScriptSomBorderColor(v8::Isolate* pIsolate, in ScriptSomBorderColor()
[all …]
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()
114 int32_t CJX_InstanceManager::MoveInstance(v8::Isolate* pIsolate, in MoveInstance()
298 void CJX_InstanceManager::max(v8::Isolate* pIsolate, in max()
311 void CJX_InstanceManager::min(v8::Isolate* pIsolate, in min()
324 void CJX_InstanceManager::count(v8::Isolate* pIsolate, in count()
Dcjx_draw.cpp24 void CJX_Draw::rawValue(v8::Isolate* pIsolate, in rawValue()
31 void CJX_Draw::defaultValue(v8::Isolate* pIsolate, in defaultValue()
Dcjx_occur.cpp22 void CJX_Occur::max(v8::Isolate* pIsolate, in max()
35 void CJX_Occur::min(v8::Isolate* pIsolate, in min()
Dcjx_boolean.cpp22 void CJX_Boolean::defaultValue(v8::Isolate* pIsolate, in defaultValue()
46 void CJX_Boolean::value(v8::Isolate* pIsolate, in value()
Dcjx_model.cpp89 void CJX_Model::context(v8::Isolate* pIsolate, in context()
94 void CJX_Model::aliasNode(v8::Isolate* pIsolate, in aliasNode()
Dcfxjse_engine.cpp99 CXFA_Object* CFXJSE_Engine::ToObject(v8::Isolate* pIsolate, in ToObject()
108 CXFA_Object* CFXJSE_Engine::ToObject(v8::Isolate* pIsolate, in ToObject()
254 void CFXJSE_Engine::GlobalPropertySetter(v8::Isolate* pIsolate, in GlobalPropertySetter()
294 v8::Isolate* pIsolate, in GlobalPropertyGetter()
363 v8::Isolate* pIsolate, in GlobalPropTypeGetter()
382 v8::Isolate* pIsolate, in NormalPropertyGetter()
453 void CFXJSE_Engine::NormalPropertySetter(v8::Isolate* pIsolate, in NormalPropertySetter()
512 v8::Isolate* pIsolate, in NormalPropTypeGetter()
Dcjx_node.cpp403 void CJX_Node::ns(v8::Isolate* pIsolate, in ns()
415 void CJX_Node::model(v8::Isolate* pIsolate, in model()
432 void CJX_Node::isContainer(v8::Isolate* pIsolate, in isContainer()
443 void CJX_Node::isNull(v8::Isolate* pIsolate, in isNull()
458 void CJX_Node::oneOfChild(v8::Isolate* pIsolate, in oneOfChild()
Dcjx_subform.cpp91 void CJX_Subform::locale(v8::Isolate* pIsolate, in locale()
107 void CJX_Subform::instanceManager(v8::Isolate* pIsolate, in instanceManager()
Dcfxjse_context.cpp70 v8::Local<v8::Object> CreateReturnValue(v8::Isolate* pIsolate, in CreateReturnValue()
169 v8::Isolate* pIsolate, in Create()
205 CFXJSE_Context::CFXJSE_Context(v8::Isolate* pIsolate, CXFA_ThisProxy* pProxy) in CFXJSE_Context()

12