Home | History | Annotate | Download | only in javascript

Lines Matching defs:pObj

288 FX_BOOL Document::ParserParams(JSObject* pObj,CJS_AnnotObj& annotobj)

632 JSFXObject pObj = (JSFXObject)params[8];
634 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"PrintParamsObj"))
844 JSObject pObj = (JSObject)params[0];
845 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj, L"cURL");
848 pValue = JS_GetObjectElement(isolate,pObj, L"bFDF");
850 pValue = JS_GetObjectElement(isolate,pObj, L"bEmpty");
852 pValue = JS_GetObjectElement(isolate,pObj,L"aFields");
971 JSObject pObj = (JSObject )params[0];
973 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj, L"bUI");
976 pValue = JS_GetObjectElement(isolate,pObj, L"cTo");
979 pValue = JS_GetObjectElement(isolate,pObj, L"cCc");
982 pValue = JS_GetObjectElement(isolate,pObj, L"cBcc");
985 pValue = JS_GetObjectElement(isolate,pObj, L"cSubject");
988 pValue = JS_GetObjectElement(isolate,pObj, L"cMsg");
1053 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, -1);
1055 JS_PutObjectString(isolate,pObj, L"Author", cwAuthor);
1056 JS_PutObjectString(isolate,pObj, L"Title", cwTitle);
1057 JS_PutObjectString(isolate,pObj, L"Subject", cwSubject);
1058 JS_PutObjectString(isolate,pObj, L"Keywords", cwKeywords);
1059 JS_PutObjectString(isolate,pObj, L"Creator", cwCreator);
1060 JS_PutObjectString(isolate,pObj, L"Producer", cwProducer);
1061 JS_PutObjectString(isolate,pObj, L"CreationDate", cwCreationDate);
1062 JS_PutObjectString(isolate,pObj, L"ModDate", cwModDate);
1063 JS_PutObjectString(isolate,pObj, L"Trapped", cwTrapped);
1073 JS_PutObjectString(isolate,pObj, wsKey, pValueObj->GetUnicodeText());
1075 JS_PutObjectNumber(isolate,pObj, wsKey, (float)pValueObj->GetNumber());
1077 JS_PutObjectBoolean(isolate,pObj, wsKey, (bool)pValueObj->GetInteger());
1080 vp << pObj;
1699 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon"));
1700 if (pObj.IsEmpty()) return FALSE;
1702 CJS_Icon * pJS_Icon = (CJS_Icon *)JS_GetPrivate(pObj);
1734 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon"));
1735 if (pObj.IsEmpty()) return FALSE;
1737 CJS_Icon * pJS_Icon = (CJS_Icon *)JS_GetPrivate(pObj);
2121 JSObject pObj = (JSObject )params[0];
2122 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj, L"nStart");
2125 pValue = JS_GetObjectElement(isolate,pObj, L"nEnd");
2189 JSObject pObj = (JSObject )params[0];
2190 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj, L"nStart");
2193 pValue = JS_GetObjectElement(isolate,pObj, L"nEnd");
2196 pValue = JS_GetObjectElement(isolate,pObj, L"cPath");
2277 JSObject pObj = (JSObject )params[0];
2279 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj, L"nPage");
2282 pValue = JS_GetObjectElement(isolate,pObj, L"cPath");
2285 pValue = JS_GetObjectElement(isolate,pObj, L"nStart");
2288 pValue = JS_GetObjectElement(isolate,pObj, L"nEnd");
2385 JSObject pObj = (JSObject )params[0];
2387 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj, L"nPage");
2390 pValue = JS_GetObjectElement(isolate,pObj, L"cPath");
2393 pValue = JS_GetObjectElement(isolate,pObj, L"nStart");
2396 pValue = JS_GetObjectElement(isolate,pObj, L"nEnd");