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

/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp1070 CPDF_Object* pValueObj = pDictionary->GetNextElement(pos, bsKey); local
1072 if((pValueObj->GetType()==PDFOBJ_STRING) || (pValueObj->GetType()==PDFOBJ_NAME) )
1073 JS_PutObjectString(isolate,pObj, wsKey, pValueObj->GetUnicodeText());
1074 if(pValueObj->GetType()==PDFOBJ_NUMBER)
1075 JS_PutObjectNumber(isolate,pObj, wsKey, (float)pValueObj->GetNumber());
1076 if(pValueObj->GetType()==PDFOBJ_BOOLEAN)
1077 JS_PutObjectBoolean(isolate,pObj, wsKey, (bool)pValueObj->GetInteger());

Completed in 443 milliseconds