Searched refs:cFSInit (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp883 CFX_ByteString cFSInit = CFX_ByteString(); local
898 pValue = JS_GetObjectElement(isolate,pObj,L"cFSInit");
901 cFSInit = t.operator CFX_ByteString();
918 cFSInit = t.operator CFX_ByteString();
931 CFX_WideString wsFSInit = CFX_WideString::FromLocal(cFSInit);
941 if (!cFSInit.IsEmpty())
943 JS_PutObjectString(isolate,pRetObj, L"cFS", CFX_WideString::FromLocal(cFSInit.GetBuffer(cFSInit.GetLength())));

Completed in 88 milliseconds