Searched refs:FXJS_GetObjDefnID (Results 1 – 5 of 5) sorted by relevance
125 if (FXJS_GetObjDefnID(pObj) == CJS_Document::g_nObjDefnID) in activeDocs()495 if (FXJS_GetObjDefnID(pObj) == CJS_TimerObj::g_nObjDefnID) { in clearTimeOut()531 if (FXJS_GetObjDefnID(pObj) == CJS_TimerObj::g_nObjDefnID) { in clearInterval()
225 if (FXJS_GetObjDefnID(pThis) == CJS_Document::g_nObjDefnID) {
424 if (FXJS_GetObjDefnID(pObj) == CJS_PrintParamsObj::g_nObjDefnID) { in print()1211 if (FXJS_GetObjDefnID(pJSIcon) != CJS_Icon::g_nObjDefnID) { in addIcon()
165 int FXJS_GetObjDefnID(v8::Local<v8::Object> pObj);
461 int FXJS_GetObjDefnID(v8::Local<v8::Object> pObj) { in FXJS_GetObjDefnID() function