HomeSort by relevance Sort by last modified time
    Searched defs:NPP_SetWindow (Results 1 - 13 of 13) sorted by null

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
GetValueNetscapeWindow.cpp 43 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window)
WindowGeometryInitializedBeforeSetWindow.cpp 32 // Plugin's HWND should be sized/positioned before NPP_SetWindow is called.
43 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window)
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");
WindowRegionIsSetToClipRect.cpp 39 virtual NPError NPP_SetWindow(NPP, NPWindow*);
52 NPError WindowRegionIsSetToClipRect::NPP_SetWindow(NPP instance, NPWindow* window)
NPNInvalidateRectInvalidatesWindow.cpp 83 virtual NPError NPP_SetWindow(NPP, NPWindow*);
99 NPError NPNInvalidateRectInvalidatesWindow::NPP_SetWindow(NPP instance, NPWindow* npWindow)
101 NPError error = WindowedPluginTest::NPP_SetWindow(instance, npWindow);
156 pluginLog(m_npp, "Plugin's HWND has not been sized when NPP_SetWindow is called");
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
PassDifferentNPPStruct.cpp 44 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window)
NPPSetWindowCalledDuringDestruction.cpp 32 // 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)
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/win/
WindowedPluginTest.cpp 39 NPError WindowedPluginTest::NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 42 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)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 106 NPError PluginTest::NPP_SetWindow(NPP, NPWindow*)
main.cpp 108 pluginFuncs->setwindow = NPP_SetWindow;
345 NPError NPP_SetWindow(NPP instance, NPWindow *window)
353 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
371 return obj->pluginTest->NPP_SetWindow(instance, window);
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 40 NPError NPP_SetWindow(NPP instance, NPWindow* window);
89 pluginFuncs->setwindow = NPP_SetWindow;
179 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /development/samples/BrowserPlugin/jni/
main.cpp 47 NPError NPP_SetWindow(NPP instance, NPWindow* window);
101 pluginFuncs->setwindow = NPP_SetWindow;
289 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 301 NPError NetscapePlugin::NPP_SetWindow(NPWindow* npWindow)
374 NPP_SetWindow(&m_npWindow);

Completed in 83 milliseconds