Home
last modified time | relevance | path

Searched refs:pObjElement (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A Dglobal.cpp280 pObjElement->sKey = sKey; in ObjectToArray()
282 array.Add(pObjElement); in ObjectToArray()
287 pObjElement->sKey = sKey; in ObjectToArray()
289 array.Add(pObjElement); in ObjectToArray()
296 pObjElement->sKey = sKey; in ObjectToArray()
297 pObjElement->sData = sValue; in ObjectToArray()
298 array.Add(pObjElement); in ObjectToArray()
303 pObjElement->sKey = sKey; in ObjectToArray()
305 array.Add(pObjElement); in ObjectToArray()
310 pObjElement->sKey = sKey; in ObjectToArray()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/javascript/
H A Dglobal.cpp286 pObjElement->sKey = sKey; in ObjectToArray()
288 array.Add(pObjElement); in ObjectToArray()
293 pObjElement->sKey = sKey; in ObjectToArray()
295 array.Add(pObjElement); in ObjectToArray()
301 pObjElement->sKey = sKey; in ObjectToArray()
302 pObjElement->sData = sValue; in ObjectToArray()
303 array.Add(pObjElement); in ObjectToArray()
308 pObjElement->sKey = sKey; in ObjectToArray()
310 array.Add(pObjElement); in ObjectToArray()
315 pObjElement->sKey = sKey; in ObjectToArray()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dcjs_global.cpp412 pObjElement->sKey = sKey; in ObjectToArray()
414 pArray->push_back(std::move(pObjElement)); in ObjectToArray()
420 pObjElement->sKey = sKey; in ObjectToArray()
422 pArray->push_back(std::move(pObjElement)); in ObjectToArray()
429 pObjElement->sKey = sKey; in ObjectToArray()
430 pObjElement->sData = sValue; in ObjectToArray()
431 pArray->push_back(std::move(pObjElement)); in ObjectToArray()
437 pObjElement->sKey = sKey; in ObjectToArray()
439 pArray->push_back(std::move(pObjElement)); in ObjectToArray()
445 pObjElement->sKey = sKey; in ObjectToArray()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dcjs_global.cpp410 pObjElement->sKey = sKey; in ObjectToArray()
412 pArray->push_back(std::move(pObjElement)); in ObjectToArray()
418 pObjElement->sKey = sKey; in ObjectToArray()
420 pArray->push_back(std::move(pObjElement)); in ObjectToArray()
427 pObjElement->sKey = sKey; in ObjectToArray()
428 pObjElement->sData = sValue; in ObjectToArray()
429 pArray->push_back(std::move(pObjElement)); in ObjectToArray()
435 pObjElement->sKey = sKey; in ObjectToArray()
437 pArray->push_back(std::move(pObjElement)); in ObjectToArray()
443 pObjElement->sKey = sKey; in ObjectToArray()
[all …]
/dports/databases/cego/cego-2.47.11/src/
H A DCegoDistDbHandler.cc1098 Element *pObjElement = new Element(XML_OBJ_ELEMENT); in sendObjList() local
1099 pObjElement->setAttribute(XML_NAME_ATTR, *pObj); in sendObjList()
1101 pRoot->addContent(pObjElement); in sendObjList()