Searched refs:sPropName (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_GlobalData.cpp175 CFX_ByteString sPropName = propname; local
177 sPropName.TrimLeft();
178 sPropName.TrimRight();
180 if (sPropName.GetLength() == 0) return;
182 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName))
190 pNewData->data.sKey = sPropName;
201 CFX_ByteString sPropName = propname; local
203 sPropName.TrimLeft();
204 sPropName.TrimRight();
206 if (sPropName
227 CFX_ByteString sPropName = propname; local
253 CFX_ByteString sPropName = propname; local
279 CFX_ByteString sPropName = propname; local
303 CFX_ByteString sPropName = propname; local
322 CFX_ByteString sPropName = propname; local
[all...]
H A Dglobal.cpp149 CFX_ByteString sPropName = CFX_ByteString::FromUnicode(propname); local
151 if (m_mapGlobal.Lookup(sPropName, (FX_LPVOID&)pData))
164 CFX_ByteString sPropName = CFX_ByteString::FromUnicode(propname); local
171 return SetGlobalVariables(sPropName, JS_GLOBALDATA_TYPE_NUMBER, dData, false, "", v8::Local<v8::Object>(), FALSE);
177 return SetGlobalVariables(sPropName, JS_GLOBALDATA_TYPE_BOOLEAN, 0, bData, "", v8::Local<v8::Object>(), FALSE);
183 return SetGlobalVariables(sPropName, JS_GLOBALDATA_TYPE_STRING, 0, false, sData, v8::Local<v8::Object>(), FALSE);
189 return SetGlobalVariables(sPropName, JS_GLOBALDATA_TYPE_OBJECT, 0, false, "", pData, FALSE);
193 return SetGlobalVariables(sPropName, JS_GLOBALDATA_TYPE_NULL, 0, false, "", v8::Local<v8::Object>(), FALSE);
207 CFX_ByteString sPropName = CFX_ByteString::FromUnicode(propname); local
209 if (m_mapGlobal.Lookup(sPropName, (FX_LPVOI
[all...]
/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h58 int JS_DefineObjProperty(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sPropName, v8::AccessorGetterCallback pPropGet, v8::AccessorSetterCallback pPropPut);
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp113 int JS_DefineObjProperty(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sPropName, v8::AccessorGetterCallback pPropGet, v8::AccessorSetterCallback pPropPut) argument
119 CFX_WideString ws = CFX_WideString(sPropName);

Completed in 221 milliseconds