Home
last modified time | relevance | path

Searched defs:sPropName (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/
Dcjs_globaldata.cpp35 bool TrimPropName(ByteString* sPropName) { in TrimPropName()
98 ByteString sPropName(propname); in SetGlobalVariableNumber() local
116 ByteString sPropName(propname); in SetGlobalVariableBoolean() local
134 ByteString sPropName(propname); in SetGlobalVariableString() local
153 ByteString sPropName(propname); in SetGlobalVariableObject() local
170 ByteString sPropName(propname); in SetGlobalVariableNull() local
186 ByteString sPropName(propname); in SetGlobalVariablePersistent() local
199 ByteString sPropName(propname); in DeleteGlobalVariable() local
Dcjs_global.cpp314 ByteString sPropName = ByteString::FromUnicode(propname); in SetProperty() local
Dfxjs_v8.cpp317 const char* sPropName, in DefineObjProperty()