Home | History | Annotate | Download | only in plugin

Lines Matching refs:windowObject

44 static void pluginLogWithWindowObject(NPObject* windowObject,
49 windowObject,
90 NPObject* windowObject = 0;
92 browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
100 pluginLogWithWindowObject(windowObject, instance, message);
101 browser->releaseobject(windowObject);
1029 NPObject* windowObject = 0;
1030 browser->getvalue(npp, NPNVWindowNPObject, &windowObject);
1031 if (!windowObject)
1035 browser->getproperty(npp, windowObject, documentId, &docVariant);
1037 browser->releaseobject(windowObject);
1049 browser->releaseobject(windowObject);
1057 browser->releaseobject(windowObject);
1062 pluginLogWithWindowObject(windowObject, npp, "PLUGIN: DOCUMENT OPEN SUCCESS");
1065 browser->releaseobject(windowObject);
1072 NPObject* windowObject = 0;
1073 browser->getvalue(npp, NPNVWindowNPObject, &windowObject);
1074 if (!windowObject)
1082 if (!browser->invoke(npp, windowObject, openId, openArgs, 2, &result)) {
1083 browser->releaseobject(windowObject);
1088 browser->releaseobject(windowObject);
1093 pluginLogWithWindowObject(windowObject, npp, "PLUGIN: WINDOW OPEN SUCCESS");
1096 browser->releaseobject(windowObject);
1122 NPObject* windowObject;
1124 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowObject))
1129 windowObject,
1138 windowObject,
1152 NPObject* windowObject;
1154 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowObject))
1159 windowObject,