Home
last modified time | relevance | path

Searched refs:npWindow (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DNPNInvalidateRectInvalidatesWindow.cpp99 NPError NPNInvalidateRectInvalidatesWindow::NPP_SetWindow(NPP instance, NPWindow* npWindow) in NPP_SetWindow() argument
101 NPError error = WindowedPluginTest::NPP_SetWindow(instance, npWindow); in NPP_SetWindow()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.cpp301 NPError NetscapePlugin::NPP_SetWindow(NPWindow* npWindow) in NPP_SetWindow() argument
303 return m_pluginModule->pluginFuncs().setwindow(&m_npp, npWindow); in NPP_SetWindow()