Searched refs:NPP_SetWindow (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
H A DWindowedPluginTest.h41 virtual NPError NPP_SetWindow(NPP, NPWindow*);
H A DWindowedPluginTest.cpp39 NPError WindowedPluginTest::NPP_SetWindow(NPP instance, NPWindow* window) function in class:WindowedPluginTest
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DPassDifferentNPPStruct.cpp44 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window) function in class:PassDifferentNPPStruct
H A DNPPSetWindowCalledDuringDestruction.cpp32 // NPP_SetWindow should be called with a null window handle as destruction begins on non-Mac platforms.
47 virtual NPError NPP_SetWindow(NPP, NPWindow*);
75 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPP, NPWindow* window) function in class:NPPSetWindowCalledDuringDestruction
80 log("Fail: setWillBeDestroyed() was called before the initial NPP_SetWindow call");
85 log("Fail: NPP_SetWindow passed a non-null window during plugin destruction");
91 log("Fail: NPP_SetWindow called more than once before plugin destruction");
108 log("Success: NPP_SetWindow %s called during plugin destruction", shouldHaveBeenCalledDuringDestruction ? "was" : "was not");
110 log("Fail: NPP_SetWindow %s called during plugin destruction", shouldHaveBeenCalledDuringDestruction ? "was not" : "was");
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
H A DGetValueNetscapeWindow.cpp43 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window) function in class:GetValueNetscapeWindow
H A DWindowRegionIsSetToClipRect.cpp39 virtual NPError NPP_SetWindow(NPP, NPWindow*);
52 NPError WindowRegionIsSetToClipRect::NPP_SetWindow(NPP instance, NPWindow* window) function in class:WindowRegionIsSetToClipRect
H A DNPNInvalidateRectInvalidatesWindow.cpp83 virtual NPError NPP_SetWindow(NPP, NPWindow*);
99 NPError NPNInvalidateRectInvalidatesWindow::NPP_SetWindow(NPP instance, NPWindow* npWindow) function in class:NPNInvalidateRectInvalidatesWindow
101 NPError error = WindowedPluginTest::NPP_SetWindow(instance, npWindow);
156 pluginLog(m_npp, "Plugin's HWND has not been sized when NPP_SetWindow is called");
H A DWindowGeometryInitializedBeforeSetWindow.cpp32 // Plugin's HWND should be sized/positioned before NPP_SetWindow is called.
43 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window) function in class:WindowGeometryInitializedBeforeSetWindow
62 pluginLog(instance, "Plugin's HWND has not been sized when NPP_SetWindow is called");
83 pluginLog(instance, "Plugin's HWND has been sized and positioned before NPP_SetWindow was called");
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
H A Dmain.m58 NPError NPP_SetWindow(NPP instance, NPWindow* window);
89 pluginFuncs->setwindow = NPP_SetWindow;
154 NPError NPP_SetWindow(NPP instance, NPWindow* window)
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c42 NPError NPP_SetWindow(NPP instance, NPWindow* window);
82 pluginFuncs->setwindow = NPP_SetWindow;
139 pluginFuncs->setwindow = (NPP_SetWindowProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_SetWindow);
178 NPError NPP_SetWindow(NPP instance, NPWindow* window) function
/external/webkit/Examples/NetscapeCocoaPlugin/
H A Dmain.m61 NPError NPP_SetWindow(NPP instance, NPWindow* window);
92 pluginFuncs->setwindow = NPP_SetWindow;
158 NPError NPP_SetWindow(NPP instance, NPWindow* window)
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.cpp106 NPError PluginTest::NPP_SetWindow(NPP, NPWindow*) function in class:PluginTest
H A DPluginTest.h64 virtual NPError NPP_SetWindow(NPP, NPWindow*);
H A Dmain.cpp108 pluginFuncs->setwindow = NPP_SetWindow;
345 NPError NPP_SetWindow(NPP instance, NPWindow *window) function
353 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
371 return obj->pluginTest->NPP_SetWindow(instance, window);
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A Dmain.m77 NPError NPP_SetWindow(NPP instance, NPWindow* window);
108 pluginFuncs->setwindow = NPP_SetWindow;
184 NPError NPP_SetWindow(NPP instance, NPWindow* window)
/external/webkit/Examples/NetscapeInputMethodPlugin/
H A Dmain.m64 NPError NPP_SetWindow(NPP instance, NPWindow* window);
95 pluginFuncs->setwindow = NPP_SetWindow;
171 NPError NPP_SetWindow(NPP instance, NPWindow* window)
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h106 NPError NPP_SetWindow(NPWindow*);
H A DNetscapePlugin.cpp301 NPError NetscapePlugin::NPP_SetWindow(NPWindow* npWindow) function in class:WebKit::NetscapePlugin
374 NPP_SetWindow(&m_npWindow);
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
H A DTestNetscapePlugin.cpp155 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
168 return obj->pluginTest->NPP_SetWindow(instance, window);
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h822 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);

Completed in 155 milliseconds