Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_class.cpp136 v8::String::Utf8Value szPropName(hPropName); in DynPropGetterAdapter_MethodCallback() local
137 CFX_ByteStringC szFxPropName = *szPropName; in DynPropGetterAdapter_MethodCallback()
150 const CFX_ByteStringC& szPropName, in DynPropGetterAdapter() argument
156 : lpClass->dynPropTypeGetter(pObject, szPropName, false); in DynPropGetterAdapter()
159 lpClass->dynPropGetter(pObject, szPropName, pValue); in DynPropGetterAdapter()
173 pIsolate, reinterpret_cast<const char*>(szPropName.raw_str()), in DynPropGetterAdapter()
174 v8::String::kNormalString, szPropName.GetLength())); in DynPropGetterAdapter()
186 const CFX_ByteStringC& szPropName, in DynPropSetterAdapter() argument
192 : lpClass->dynPropTypeGetter(pObject, szPropName, false); in DynPropSetterAdapter()
195 lpClass->dynPropSetter(pObject, szPropName, pValue); in DynPropSetterAdapter()
[all …]
Dcfxjse_value.h61 bool GetObjectProperty(const CFX_ByteStringC& szPropName,
63 bool SetObjectProperty(const CFX_ByteStringC& szPropName,
67 bool DeleteObjectProperty(const CFX_ByteStringC& szPropName);
68 bool HasObjectOwnProperty(const CFX_ByteStringC& szPropName,
70 bool SetObjectOwnProperty(const CFX_ByteStringC& szPropName,
Dcfxjse_value.cpp129 bool CFXJSE_Value::SetObjectProperty(const CFX_ByteStringC& szPropName, in SetObjectProperty() argument
141 v8::String::NewFromUtf8(m_pIsolate, szPropName.c_str(), in SetObjectProperty()
143 szPropName.GetLength()), in SetObjectProperty()
147 bool CFXJSE_Value::GetObjectProperty(const CFX_ByteStringC& szPropName, in GetObjectProperty() argument
158 m_pIsolate, szPropName.c_str(), v8::String::kNormalString, in GetObjectProperty()
159 szPropName.GetLength())); in GetObjectProperty()
190 bool CFXJSE_Value::DeleteObjectProperty(const CFX_ByteStringC& szPropName) { in DeleteObjectProperty() argument
198 m_pIsolate, szPropName.c_str(), v8::String::kNormalString, in DeleteObjectProperty()
199 szPropName.GetLength())); in DeleteObjectProperty()
203 bool CFXJSE_Value::HasObjectOwnProperty(const CFX_ByteStringC& szPropName, in HasObjectOwnProperty() argument
[all …]
Dfxjse.h27 const CFX_ByteStringC& szPropName,
30 const CFX_ByteStringC& szPropName,
33 const CFX_ByteStringC& szPropName);
/external/pdfium/xfa/fxfa/parser/
Dcxfa_scriptcontext.h64 const CFX_ByteStringC& szPropName,
67 bool QueryBuiltinValue(const CFX_ByteStringC& szPropName,
70 const CFX_ByteStringC& szPropName,
73 const CFX_ByteStringC& szPropName,
76 const CFX_ByteStringC& szPropName,
79 const CFX_ByteStringC& szPropName,
85 const CFX_ByteStringC& szPropName,
88 const CFX_ByteStringC& szPropName,
Dcxfa_scriptcontext.cpp177 const CFX_ByteStringC& szPropName, in GlobalPropertySetter() argument
183 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in GlobalPropertySetter()
196 pObject->SetObjectOwnProperty(szPropName, pValue); in GlobalPropertySetter()
205 szPropName, pValue); in GlobalPropertySetter()
231 const CFX_ByteStringC& szPropName, in GlobalPropertyGetter() argument
237 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in GlobalPropertyGetter()
239 if (szPropName == kFormCalcRuntime) { in GlobalPropertyGetter()
272 lpScriptContext->QueryVariableValue(pScriptObject->AsNode(), szPropName, in GlobalPropertyGetter()
281 szPropName, pValue); in GlobalPropertyGetter()
284 const CFX_ByteStringC& szPropName, in NormalPropertyGetter() argument
[all …]
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h83 const CFX_ByteStringC& szPropName,
86 const CFX_ByteStringC& szPropName,
Dcpdfxfa_docenvironment.cpp1002 const CFX_ByteStringC& szPropName, in SetGlobalProperty() argument
1010 szPropName, pValue); in SetGlobalProperty()
1017 const CFX_ByteStringC& szPropName, in GetGlobalProperty() argument
1030 return pFormFillEnv->GetJSRuntime()->GetValueByName(szPropName, pValue); in GetGlobalProperty()
/external/pdfium/xfa/fxfa/
Dfxfa.h275 const CFX_ByteStringC& szPropName,
278 const CFX_ByteStringC& szPropName,