Searched defs:NPP_SetWindow (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/Tests/
H A DLogNPPSetWindow.cpp41 virtual NPError NPP_SetWindow(NPWindow*) OVERRIDE;
49 NPError LogNPPSetWindow::NPP_SetWindow(NPWindow* window) function in class:LogNPPSetWindow
52 snprintf(message, 1024, "NPP_SetWindow: %s window, Rect {%i, %i, %i, %i}, Clip Rect {%i, %i, %i, %i}, Type %i",
H A DNPPSetWindowCalledDuringDestruction.cpp36 // NPP_SetWindow should be called with a null window handle as destruction begins on non-Mac platforms.
51 virtual NPError NPP_SetWindow(NPWindow*);
79 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPWindow* window) function in class:NPPSetWindowCalledDuringDestruction
84 log("Fail: setWillBeDestroyed() was called before the initial NPP_SetWindow call");
89 log("Fail: NPP_SetWindow passed a non-null window during plugin destruction");
95 log("Fail: NPP_SetWindow called more than once before plugin destruction");
112 log("Success: NPP_SetWindow %s called during plugin destruction", shouldHaveBeenCalledDuringDestruction ? "was" : "was not");
114 log("Fail: NPP_SetWindow %s called during plugin destruction", shouldHaveBeenCalledDuringDestruction ? "was not" : "was");
/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc26 pFuncs->setwindow = NPP_SetWindow;
144 NPError NPP_SetWindow(NPP instance, NPWindow* pNPWindow) { function
/external/chromium_org/third_party/WebKit/ManualTests/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/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp212 NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow) function
/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp119 pluginFuncs->setwindow = NPP_SetWindow;
367 NPError NPP_SetWindow(NPP instance, NPWindow *window) function
375 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
394 return obj->pluginTest->NPP_SetWindow(window);
H A DPluginTest.cpp95 NPError PluginTest::NPP_SetWindow(NPWindow*) { return NPERR_NO_ERROR; } function in class:PluginTest
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc256 NPError PluginInstance::NPP_SetWindow(NPWindow* window) { function in class:content::PluginInstance

Completed in 302 milliseconds