Searched refs:NPWindow (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.h73 NPWindow window;
74 NPWindow lastSetWindow;
H A DWebNetscapePluginView.mm933 // NPP_SetWindow() with an empty NPWindow struct.
2433 /// Create NPWindow for the GWorld
2434 NPWindow printNPWindow;
/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.h448 * The type of a NPWindow - it specifies the type of the data structure
470 } NPWindow; typedef in typeref:struct:_NPWindow
482 NPWindow window;
566 * NP_CGContext is the type of the NPWindow's 'window' when the plugin specifies NPDrawingModelCoreGraphics
581 * NP_GLContext is the type of the NPWindow's 'window' when the plugin specifies NPDrawingModelOpenGL as its
781 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
H A Dnpfunctions.h101 typedef NPError (*NPP_SetWindowProcPtr)(NPP instance, NPWindow* window);
H A DPluginView.h342 NPWindow m_npWindow;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h135 NPError NPP_SetWindow(NPWindow*);
282 NPWindow m_npWindow;
H A DNetscapePlugin.cpp412 NPError NetscapePlugin::NPP_SetWindow(NPWindow* npWindow)
496 NPWindow invisibleWindow = m_npWindow;

Completed in 208 milliseconds