Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1055 JS_PutObjectString(isolate,pObj, L"Author", cwAuthor); in info()
1056 JS_PutObjectString(isolate,pObj, L"Title", cwTitle); in info()
1057 JS_PutObjectString(isolate,pObj, L"Subject", cwSubject); in info()
1058 JS_PutObjectString(isolate,pObj, L"Keywords", cwKeywords); in info()
1059 JS_PutObjectString(isolate,pObj, L"Creator", cwCreator); in info()
1060 JS_PutObjectString(isolate,pObj, L"Producer", cwProducer); in info()
1061 JS_PutObjectString(isolate,pObj, L"CreationDate", cwCreationDate); in info()
1062 JS_PutObjectString(isolate,pObj, L"ModDate", cwModDate); in info()
1063 JS_PutObjectString(isolate,pObj, L"Trapped", cwTrapped); in info()
1073 JS_PutObjectString(isolate,pObj, wsKey, pValueObj->GetUnicodeText()); in info()
Dapp.cpp938 JS_PutObjectString(isolate,pRetObj, L"cPath", SysPathToPDFPath(wsFilePath)); in browseForDoc()
939 JS_PutObjectString(isolate,pRetObj, L"cURL", SysPathToPDFPath(wsFilePath)); in browseForDoc()
943JS_PutObjectString(isolate,pRetObj, L"cFS", CFX_WideString::FromLocal(cFSInit.GetBuffer(cFSInit.Ge… in browseForDoc()
947 JS_PutObjectString(isolate,pRetObj, L"cFS", CFX_WideString::FromLocal("DOS")); in browseForDoc()
Dglobal.cpp251 JS_PutObjectString(NULL,(JSFXObject)(*m_pJSObject), in UpdateGlobalPersistentVariables()
417JS_PutObjectString(NULL,(JSObject)pObj, pObjData->sKey.UTF8Decode(), pObjData->sData.UTF8Decode()); in PutObjectProperty()
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h98 void JS_PutObjectString(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* P…
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp574 void JS_PutObjectString(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* Propert… in JS_PutObjectString() function