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

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
LogNPPSetWindow.cpp 37 virtual NPError NPP_SetWindow(NPWindow*);
45 NPError LogNPPSetWindow::NPP_SetWindow(NPWindow* window)
48 snprintf(message, 1024, "NPP_SetWindow: %s window, Rect {%i, %i, %i, %i}, Clip Rect {%i, %i, %i, %i}, Type %i",
PassDifferentNPPStruct.cpp 44 virtual NPError NPP_SetWindow(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(NPWindow*);
75 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(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/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/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 99 NPError PluginTest::NPP_SetWindow(NPWindow*)
main.cpp 114 pluginFuncs->setwindow = NPP_SetWindow;
356 NPError NPP_SetWindow(NPP instance, NPWindow *window)
364 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
383 return obj->pluginTest->NPP_SetWindow(window);
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 252 NPError PluginInstance::NPP_SetWindow(NPWindow *window) {

Completed in 443 milliseconds