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

  /external/chromium_org/content/shell/tools/plugin/Tests/
LogNPPSetWindow.cpp 41 virtual NPError NPP_SetWindow(NPWindow*) OVERRIDE;
49 NPError LogNPPSetWindow::NPP_SetWindow(NPWindow* window)
52 snprintf(message, 1024, "NPP_SetWindow: %s window, Rect {%i, %i, %i, %i}, Clip Rect {%i, %i, %i, %i}, Type %i",
NPPSetWindowCalledDuringDestruction.cpp 36 // 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)
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/third_party/npapi/npspy/common/
npp_gate.cpp 212 NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow)
  /external/chromium_org/content/test/plugin/
plugin_client.cc 26 pFuncs->setwindow = NPP_SetWindow;
144 NPError NPP_SetWindow(NPP instance, NPWindow* pNPWindow) {
  /external/chromium_org/third_party/WebKit/ManualTests/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/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 95 NPError PluginTest::NPP_SetWindow(NPWindow*) { return NPERR_NO_ERROR; }
main.cpp 119 pluginFuncs->setwindow = NPP_SetWindow;
367 NPError NPP_SetWindow(NPP instance, NPWindow *window)
375 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
394 return obj->pluginTest->NPP_SetWindow(window);
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 256 NPError PluginInstance::NPP_SetWindow(NPWindow* window) {

Completed in 153 milliseconds