Searched refs:PutObjectProperty (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_global.cpp | 330 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 …]
|
D | cjs_document.cpp | 668 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 …]
|
D | cfx_v8_unittest.cpp | 53 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()
|
D | cjs_global.h | 80 void PutObjectProperty(v8::Local<v8::Object> obj, CFX_KeyValue* pData);
|
D | cfx_v8.h | 55 bool PutObjectProperty(v8::Local<v8::Object> pObj,
|
D | cfx_v8.cpp | 46 bool CFX_V8::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty() function in CFX_V8
|