Home
last modified time | relevance | path

Searched refs:szPropName (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_class.cpp110 v8::String::Utf8Value szPropName(info.GetIsolate(), hPropName); in DynPropGetterAdapter_MethodCallback() local
112 pClassDescriptor->dynMethodCall(info, WideString::FromUTF8(*szPropName)); in DynPropGetterAdapter_MethodCallback()
115 WideString err = JSFormatErrorString(pClassDescriptor->name, *szPropName, in DynPropGetterAdapter_MethodCallback()
129 ByteStringView szPropName, in DynPropGetterAdapter() argument
136 : lpClass->dynPropTypeGetter(pObject, szPropName, false); in DynPropGetterAdapter()
139 lpClass->dynPropGetter(pObject, szPropName, pValue); in DynPropGetterAdapter()
155 pIsolate, reinterpret_cast<const char*>(szPropName.raw_str()), in DynPropGetterAdapter()
156 v8::NewStringType::kNormal, szPropName.GetLength()) in DynPropGetterAdapter()
169 ByteStringView szPropName, in DynPropSetterAdapter() argument
175 : lpClass->dynPropTypeGetter(pObject, szPropName, false); in DynPropSetterAdapter()
[all …]
Dcfxjse_engine.cpp183 ByteStringView szPropName, in GlobalPropertySetter() argument
192 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertySetter()
202 pObject->DeleteObjectProperty(szPropName); in GlobalPropertySetter()
218 szPropName, v8::Local<v8::Value>::New(lpScriptContext->GetIsolate(), in GlobalPropertySetter()
224 ByteStringView szPropName, in GlobalPropertyGetter() argument
229 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertyGetter()
233 if (szPropName == kFormCalcRuntime) { in GlobalPropertyGetter()
270 pScriptObject->AsNode(), szPropName, pValue, true)) { in GlobalPropertyGetter()
287 if (!pCJSRuntime->GetValueByNameFromGlobalObject(szPropName, &temp_value)) in GlobalPropertyGetter()
297 ByteStringView szPropName, in GlobalPropTypeGetter() argument
[all …]
Dcfxjse_engine.h47 ByteStringView szPropName,
50 ByteStringView szPropName,
53 ByteStringView szPropName,
56 ByteStringView szPropName,
62 ByteStringView szPropName,
65 ByteStringView szPropName,
117 ByteStringView szPropName,
Dcfxjse_value.h59 bool GetObjectProperty(ByteStringView szPropName, CFXJSE_Value* lpPropValue);
60 bool SetObjectProperty(ByteStringView szPropName, CFXJSE_Value* lpPropValue);
62 bool DeleteObjectProperty(ByteStringView szPropName);
63 bool HasObjectOwnProperty(ByteStringView szPropName, bool bUseTypeGetter);
64 bool SetObjectOwnProperty(ByteStringView szPropName,
Dcfxjse_value.cpp130 bool CFXJSE_Value::SetObjectProperty(ByteStringView szPropName, in SetObjectProperty() argument
143 v8::String::NewFromUtf8(GetIsolate(), szPropName.unterminated_c_str(), in SetObjectProperty()
145 szPropName.GetLength()) in SetObjectProperty()
154 bool CFXJSE_Value::GetObjectProperty(ByteStringView szPropName, in GetObjectProperty() argument
164 v8::String::NewFromUtf8(GetIsolate(), szPropName.unterminated_c_str(), in GetObjectProperty()
166 szPropName.GetLength()) in GetObjectProperty()
192 bool CFXJSE_Value::DeleteObjectProperty(ByteStringView szPropName) { in DeleteObjectProperty() argument
200 v8::String::NewFromUtf8(GetIsolate(), szPropName.unterminated_c_str(), in DeleteObjectProperty()
202 szPropName.GetLength()) in DeleteObjectProperty()
209 bool CFXJSE_Value::HasObjectOwnProperty(ByteStringView szPropName, in HasObjectOwnProperty() argument
[all …]
Dfxjse.h49 ByteStringView szPropName,
52 ByteStringView szPropName,