Searched refs:npWindow (Results 1 – 2 of 2) sorted by relevance
99 NPError NPNInvalidateRectInvalidatesWindow::NPP_SetWindow(NPP instance, NPWindow* npWindow) in NPP_SetWindow() argument101 NPError error = WindowedPluginTest::NPP_SetWindow(instance, npWindow); in NPP_SetWindow()
301 NPError NetscapePlugin::NPP_SetWindow(NPWindow* npWindow) in NPP_SetWindow() argument303 return m_pluginModule->pluginFuncs().setwindow(&m_npp, npWindow); in NPP_SetWindow()