Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_class.cpp84 v8::String::Utf8Value szPropName(info.GetIsolate(), hPropName); in DynPropGetterAdapter_MethodCallback() local
85 WideString szFxPropName = WideString::FromUTF8(*szPropName); in DynPropGetterAdapter_MethodCallback()
89 WideString err = JSFormatErrorString(*szPropName, "", result.Error()); in DynPropGetterAdapter_MethodCallback()
102 const ByteStringView& szPropName, in DynPropGetterAdapter() argument
109 : lpClass->dynPropTypeGetter(pObject, szPropName, false); in DynPropGetterAdapter()
112 lpClass->dynPropGetter(pObject, szPropName, pValue); in DynPropGetterAdapter()
126 pIsolate, reinterpret_cast<const char*>(szPropName.raw_str()), in DynPropGetterAdapter()
127 v8::String::kNormalString, szPropName.GetLength())); in DynPropGetterAdapter()
139 const ByteStringView& szPropName, in DynPropSetterAdapter() argument
145 : lpClass->dynPropTypeGetter(pObject, szPropName, false); in DynPropSetterAdapter()
[all …]
Dcfxjse_engine.cpp174 const ByteStringView& szPropName, in GlobalPropertySetter() argument
183 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertySetter()
194 pObject->SetObjectOwnProperty(szPropName, pValue); in GlobalPropertySetter()
203 szPropName, pValue); in GlobalPropertySetter()
207 const ByteStringView& szPropName, in GlobalPropertyGetter() argument
212 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertyGetter()
214 if (szPropName == kFormCalcRuntime) { in GlobalPropertyGetter()
251 pScriptObject->AsNode(), szPropName, pValue, true)) { in GlobalPropertyGetter()
260 szPropName, pValue); in GlobalPropertyGetter()
264 const ByteStringView& szPropName, in GlobalPropTypeGetter() argument
[all …]
Dcfxjse_engine.h31 const ByteStringView& szPropName,
34 const ByteStringView& szPropName,
37 const ByteStringView& szPropName,
40 const ByteStringView& szPropName,
46 const ByteStringView& szPropName,
49 const ByteStringView& szPropName,
98 const ByteStringView& szPropName,
Dcfxjse_value.h59 bool GetObjectProperty(const ByteStringView& szPropName,
61 bool SetObjectProperty(const ByteStringView& szPropName,
65 bool DeleteObjectProperty(const ByteStringView& szPropName);
66 bool HasObjectOwnProperty(const ByteStringView& szPropName,
68 bool SetObjectOwnProperty(const ByteStringView& szPropName,
Dcfxjse_value.cpp118 bool CFXJSE_Value::SetObjectProperty(const ByteStringView& szPropName, in SetObjectProperty() argument
130 v8::String::NewFromUtf8(m_pIsolate, szPropName.unterminated_c_str(), in SetObjectProperty()
132 szPropName.GetLength()), in SetObjectProperty()
136 bool CFXJSE_Value::GetObjectProperty(const ByteStringView& szPropName, in GetObjectProperty() argument
147 m_pIsolate, szPropName.unterminated_c_str(), in GetObjectProperty()
148 v8::String::kNormalString, szPropName.GetLength())); in GetObjectProperty()
179 bool CFXJSE_Value::DeleteObjectProperty(const ByteStringView& szPropName) { in DeleteObjectProperty() argument
187 m_pIsolate, szPropName.unterminated_c_str(), v8::String::kNormalString, in DeleteObjectProperty()
188 szPropName.GetLength())); in DeleteObjectProperty()
192 bool CFXJSE_Value::HasObjectOwnProperty(const ByteStringView& szPropName, in HasObjectOwnProperty() argument
[all …]
Dfxjse.h41 const ByteStringView& szPropName,
44 const ByteStringView& szPropName,
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h70 const ByteStringView& szPropName,
73 const ByteStringView& szPropName,
Dcpdfxfa_docenvironment.cpp990 const ByteStringView& szPropName, in SetGlobalProperty() argument
1000 bool bRet = pFormFillEnv->GetJSRuntime()->SetValueByName(szPropName, pValue); in SetGlobalProperty()
1006 const ByteStringView& szPropName, in GetGlobalProperty() argument
1016 bool bRet = pFormFillEnv->GetJSRuntime()->GetValueByName(szPropName, pValue); in GetGlobalProperty()
/external/pdfium/xfa/fxfa/
Dfxfa.h254 const ByteStringView& szPropName,
257 const ByteStringView& szPropName,