Searched refs:PutObjectProperty (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | global.cpp | 191 pRuntime->PutObjectProperty(m_pJSObject->ToV8Object(), in UpdateGlobalPersistentVariables() 199 pRuntime->PutObjectProperty( in UpdateGlobalPersistentVariables() 207 pRuntime->PutObjectProperty( in UpdateGlobalPersistentVariables() 213 PutObjectProperty(pObj, &pData->data); in UpdateGlobalPersistentVariables() 216 pRuntime->PutObjectProperty(m_pJSObject->ToV8Object(), in UpdateGlobalPersistentVariables() 223 pRuntime->PutObjectProperty(m_pJSObject->ToV8Object(), in UpdateGlobalPersistentVariables() 319 void JSGlobalAlternate::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty() function in JSGlobalAlternate 328 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty() 332 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty() 336 pRuntime->PutObjectProperty( in PutObjectProperty() [all …]
|
D | Document.cpp | 772 pRuntime->PutObjectProperty(pObj, L"Author", in info() 774 pRuntime->PutObjectProperty(pObj, L"Title", in info() 776 pRuntime->PutObjectProperty(pObj, L"Subject", in info() 778 pRuntime->PutObjectProperty(pObj, L"Keywords", in info() 780 pRuntime->PutObjectProperty(pObj, L"Creator", in info() 782 pRuntime->PutObjectProperty(pObj, L"Producer", in info() 784 pRuntime->PutObjectProperty(pObj, L"CreationDate", in info() 786 pRuntime->PutObjectProperty(pObj, L"ModDate", in info() 788 pRuntime->PutObjectProperty(pObj, L"Trapped", in info() 797 pRuntime->PutObjectProperty( in info() [all …]
|
D | global.h | 66 void PutObjectProperty(v8::Local<v8::Object> obj, CJS_KeyValue* pData);
|
/external/pdfium/fxjs/ |
D | fxjs_v8.h | 212 void PutObjectProperty(v8::Local<v8::Object> pObj,
|
D | fxjs_v8_embeddertest.cpp | 200 engine()->PutObjectProperty(object, L"clams", engine()->NewNumber(12)); in TEST_F()
|
D | fxjs_v8.cpp | 603 void CFXJS_Engine::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty() function in CFXJS_Engine
|