HomeSort by relevance Sort by last modified time
    Searched refs:szPropName (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fxjs/
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,
fxjse.h 41 const ByteStringView& szPropName,
44 const ByteStringView& szPropName,
cfxjse_class.cpp 84 v8::String::Utf8Value szPropName(info.GetIsolate(), hPropName);
85 WideString szFxPropName = WideString::FromUTF8(*szPropName);
89 WideString err = JSFormatErrorString(*szPropName, "", result.Error());
102 const ByteStringView& szPropName,
109 : lpClass->dynPropTypeGetter(pObject, szPropName, false);
112 lpClass->dynPropGetter(pObject, szPropName, pValue);
126 pIsolate, reinterpret_cast<const char*>(szPropName.raw_str()),
127 v8::String::kNormalString, szPropName.GetLength()));
139 const ByteStringView& szPropName,
145 : lpClass->dynPropTypeGetter(pObject, szPropName, false)
    [all...]
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,
cfxjse_value.cpp 118 bool CFXJSE_Value::SetObjectProperty(const ByteStringView& szPropName,
130 v8::String::NewFromUtf8(m_pIsolate, szPropName.unterminated_c_str(),
132 szPropName.GetLength()),
136 bool CFXJSE_Value::GetObjectProperty(const ByteStringView& szPropName,
147 m_pIsolate, szPropName.unterminated_c_str(),
148 v8::String::kNormalString, szPropName.GetLength()));
179 bool CFXJSE_Value::DeleteObjectProperty(const ByteStringView& szPropName) {
187 m_pIsolate, szPropName.unterminated_c_str(), v8::String::kNormalString,
188 szPropName.GetLength()));
192 bool CFXJSE_Value::HasObjectOwnProperty(const ByteStringView& szPropName,
    [all...]
cfxjse_engine.cpp 174 const ByteStringView& szPropName,
183 WideString wsPropName = WideString::FromUTF8(szPropName);
194 pObject->SetObjectOwnProperty(szPropName, pValue);
203 szPropName, pValue);
207 const ByteStringView& szPropName,
212 WideString wsPropName = WideString::FromUTF8(szPropName);
214 if (szPropName == kFormCalcRuntime) {
251 pScriptObject->AsNode(), szPropName, pValue, true)) {
260 szPropName, pValue);
264 const ByteStringView& szPropName,
    [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.h 70 const ByteStringView& szPropName,
73 const ByteStringView& szPropName,
cpdfxfa_docenvironment.cpp 990 const ByteStringView& szPropName,
1000 bool bRet = pFormFillEnv->GetJSRuntime()->SetValueByName(szPropName, pValue);
1006 const ByteStringView& szPropName
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa.h 254 const ByteStringView& szPropName,
257 const ByteStringView& szPropName,

Completed in 249 milliseconds