/external/pdfium/fxjs/ |
D | fxv8.cpp | 60 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 …]
|
D | cfx_v8.h | 62 void SetIsolate(v8::Isolate* pIsolate) { m_pIsolate = pIsolate; } in SetIsolate()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_eventpseudomodel.cpp | 23 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 …]
|
D | cfxjse_value.cpp | 67 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 …]
|
D | cjx_tree.cpp | 95 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()
|
D | cfxjse_isolatetracker.cpp | 13 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()
|
D | cfxjse_runtimedata.cpp | 27 v8::Isolate* pIsolate) { in Create() 52 CFXJSE_RuntimeData* CFXJSE_RuntimeData::Get(v8::Isolate* pIsolate) { in Get() 61 v8::Isolate* pIsolate) { in GetRootContext()
|
D | cjx_datawindow.cpp | 53 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()
|
D | cjx_delta.cpp | 34 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()
|
D | cjx_field.cpp | 237 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()
|
D | cjx_hostpseudomodel.cpp | 77 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 …]
|
D | cjx_exclgroup.cpp | 113 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()
|
D | cfxjse_resolveprocessor.cpp | 34 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()
|
D | cfxjse_class.cpp | 127 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()
|
D | cjx_object.cpp | 140 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 …]
|
D | cfxjse_value.h | 45 WideString ToWideString(v8::Isolate* pIsolate) const { in ToWideString() 87 void ForceSetValue(v8::Isolate* pIsolate, v8::Local<v8::Value> hValue) { in ForceSetValue()
|
D | cjx_textnode.cpp | 20 void CJX_TextNode::defaultValue(v8::Isolate* pIsolate, in defaultValue() 27 void CJX_TextNode::value(v8::Isolate* pIsolate, in value()
|
D | cjx_instancemanager.cpp | 43 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()
|
D | cjx_occur.cpp | 22 void CJX_Occur::max(v8::Isolate* pIsolate, in max() 35 void CJX_Occur::min(v8::Isolate* pIsolate, in min()
|
D | cjx_draw.cpp | 24 void CJX_Draw::rawValue(v8::Isolate* pIsolate, in rawValue() 31 void CJX_Draw::defaultValue(v8::Isolate* pIsolate, in defaultValue()
|
D | cjx_boolean.cpp | 22 void CJX_Boolean::defaultValue(v8::Isolate* pIsolate, in defaultValue() 46 void CJX_Boolean::value(v8::Isolate* pIsolate, in value()
|
D | cjx_model.cpp | 83 void CJX_Model::context(v8::Isolate* pIsolate, in context() 88 void CJX_Model::aliasNode(v8::Isolate* pIsolate, in aliasNode()
|
D | cfxjse_engine.cpp | 97 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()
|
D | cjx_node.cpp | 396 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()
|
D | cjx_subform.cpp | 89 void CJX_Subform::locale(v8::Isolate* pIsolate, in locale() 105 void CJX_Subform::instanceManager(v8::Isolate* pIsolate, in instanceManager()
|