Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dglobal.cpp191 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 …]
DDocument.cpp772 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 …]
Dglobal.h66 void PutObjectProperty(v8::Local<v8::Object> obj, CJS_KeyValue* pData);
/external/pdfium/fxjs/
Dfxjs_v8.h212 void PutObjectProperty(v8::Local<v8::Object> pObj,
Dfxjs_v8_embeddertest.cpp200 engine()->PutObjectProperty(object, L"clams", engine()->NewNumber(12)); in TEST_F()
Dfxjs_v8.cpp603 void CFXJS_Engine::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty() function in CFXJS_Engine