/external/pdfium/fxjs/ |
D | cfxjse_class.cpp | 84 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 …]
|
D | cfxjse_engine.cpp | 174 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 …]
|
D | cfxjse_engine.h | 31 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,
|
D | cfxjse_value.h | 59 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,
|
D | cfxjse_value.cpp | 118 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 …]
|
D | fxjse.h | 41 const ByteStringView& szPropName, 44 const ByteStringView& szPropName,
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_docenvironment.h | 70 const ByteStringView& szPropName, 73 const ByteStringView& szPropName,
|
D | cpdfxfa_docenvironment.cpp | 990 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/ |
D | fxfa.h | 254 const ByteStringView& szPropName, 257 const ByteStringView& szPropName,
|