Home
last modified time | relevance | path

Searched refs:PutObjectProperty (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxjs/
Dcjs_global.cpp330 pRuntime->PutObjectProperty(ToV8Object(), in UpdateGlobalPersistentVariables()
338 pRuntime->PutObjectProperty( in UpdateGlobalPersistentVariables()
346 pRuntime->PutObjectProperty( in UpdateGlobalPersistentVariables()
355 PutObjectProperty(pObj, &pData->data); in UpdateGlobalPersistentVariables()
359 pRuntime->PutObjectProperty(ToV8Object(), in UpdateGlobalPersistentVariables()
367 pRuntime->PutObjectProperty( in UpdateGlobalPersistentVariables()
462 void CJS_Global::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty() function in CJS_Global
472 pRuntime->PutObjectProperty(pObj, pObjData->sKey.AsStringView(), in PutObjectProperty()
476 pRuntime->PutObjectProperty(pObj, pObjData->sKey.AsStringView(), in PutObjectProperty()
480 pRuntime->PutObjectProperty( in PutObjectProperty()
[all …]
Dcjs_document.cpp668 pRuntime->PutObjectProperty(pObj, "Author", in get_info()
670 pRuntime->PutObjectProperty(pObj, "Title", in get_info()
672 pRuntime->PutObjectProperty(pObj, "Subject", in get_info()
674 pRuntime->PutObjectProperty(pObj, "Keywords", in get_info()
676 pRuntime->PutObjectProperty(pObj, "Creator", in get_info()
678 pRuntime->PutObjectProperty(pObj, "Producer", in get_info()
680 pRuntime->PutObjectProperty( in get_info()
682 pRuntime->PutObjectProperty(pObj, "ModDate", in get_info()
684 pRuntime->PutObjectProperty(pObj, "Trapped", in get_info()
694 pRuntime->PutObjectProperty( in get_info()
[all …]
Dcfx_v8_unittest.cpp53 EXPECT_FALSE(cfx_v8()->PutObjectProperty(empty_object, "clams", marker)); in TEST_F()
212 cfx_v8()->PutObjectProperty(object, "clams", cfx_v8()->NewNumber(12))); in TEST_F()
267 EXPECT_FALSE(cfx_v8()->PutObjectProperty(object, "clams", name)); in TEST_F()
Dcjs_global.h80 void PutObjectProperty(v8::Local<v8::Object> obj, CFX_KeyValue* pData);
Dcfx_v8.h55 bool PutObjectProperty(v8::Local<v8::Object> pObj,
Dcfx_v8.cpp46 bool CFX_V8::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty() function in CFX_V8