Searched defs:szPropName (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cfxjse_class.cpp | 110 v8::String::Utf8Value szPropName(info.GetIsolate(), hPropName); in DynPropGetterAdapter_MethodCallback() local 128 ByteStringView szPropName, in DynPropGetterAdapter() 168 ByteStringView szPropName, in DynPropSetterAdapter() 187 ByteStringView szPropName) { in DynPropQueryAdapter() 204 v8::String::Utf8Value szPropName(info.GetIsolate(), property); in NamedPropertyQueryCallback() local 223 v8::String::Utf8Value szPropName(info.GetIsolate(), property); in NamedPropertyGetterCallback() local 240 v8::String::Utf8Value szPropName(info.GetIsolate(), property); in NamedPropertySetterCallback() local
|
D | cfxjse_engine.cpp | 256 ByteStringView szPropName, in GlobalPropertySetter() 296 ByteStringView szPropName) { in GlobalPropertyGetter() 365 ByteStringView szPropName, in GlobalPropTypeGetter() 384 ByteStringView szPropName) { in NormalPropertyGetter() 455 ByteStringView szPropName, in NormalPropertySetter() 514 ByteStringView szPropName, in NormalPropTypeGetter() 642 ByteStringView szPropName, in QueryVariableValue() 668 ByteStringView szPropName, in UpdateVariableValue()
|
D | cfxjse_value.cpp | 119 ByteStringView szPropName, in SetObjectProperty() 135 ByteStringView szPropName, in GetObjectProperty() 163 ByteStringView szPropName) { in DeleteObjectProperty() 173 ByteStringView szPropName, in SetObjectOwnProperty()
|