Home
last modified time | relevance | path

Searched defs:szPropName (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_class.cpp110 v8::String::Utf8Value szPropName(info.GetIsolate(), hPropName); in DynPropGetterAdapter_MethodCallback() local
129 ByteStringView szPropName, in DynPropGetterAdapter()
169 ByteStringView szPropName, in DynPropSetterAdapter()
184 ByteStringView szPropName) { in DynPropQueryAdapter()
203 v8::String::Utf8Value szPropName(info.GetIsolate(), property); in NamedPropertyQueryCallback() local
224 v8::String::Utf8Value szPropName(info.GetIsolate(), property); in NamedPropertyGetterCallback() local
244 v8::String::Utf8Value szPropName(info.GetIsolate(), property); in NamedPropertySetterCallback() local
Dcfxjse_engine.cpp183 ByteStringView szPropName, in GlobalPropertySetter()
224 ByteStringView szPropName, in GlobalPropertyGetter()
297 ByteStringView szPropName, in GlobalPropTypeGetter()
314 ByteStringView szPropName, in NormalPropertyGetter()
394 ByteStringView szPropName, in NormalPropertySetter()
449 ByteStringView szPropName, in NormalPropTypeGetter()
554 ByteStringView szPropName, in QueryVariableValue()
Dcfxjse_value.cpp130 bool CFXJSE_Value::SetObjectProperty(ByteStringView szPropName, in SetObjectProperty()
154 bool CFXJSE_Value::GetObjectProperty(ByteStringView szPropName, in GetObjectProperty()
192 bool CFXJSE_Value::DeleteObjectProperty(ByteStringView szPropName) { in DeleteObjectProperty()
209 bool CFXJSE_Value::HasObjectOwnProperty(ByteStringView szPropName, in HasObjectOwnProperty()
231 bool CFXJSE_Value::SetObjectOwnProperty(ByteStringView szPropName, in SetObjectOwnProperty()