HomeSort by relevance Sort by last modified time
    Searched refs:NPP_SetWindow (Results 1 - 16 of 16) 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",
PassDifferentNPPStruct.cpp 48 virtual NPError NPP_SetWindow(NPWindow* window) OVERRIDE
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/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/test/plugin/
plugin_client.cc 26 pFuncs->setwindow = NPP_SetWindow;
144 NPError NPP_SetWindow(NPP instance, NPWindow* pNPWindow) {
  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 79 pFuncs->setwindow = NPP_SetWindow;
npp_gate.cpp 212 NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow)
  /external/chromium_org/content/child/npapi/
plugin_instance.h 191 NPError NPP_SetWindow(NPWindow*);
webplugin_delegate_impl.cc 114 instance_->NPP_SetWindow(&window_);
224 // Calling NPP_WriteReady before NPP_SetWindow causes movies to not load in
webplugin_delegate_impl_win.cc 95 // Enforces providing a valid device context in NPWindow, so that NPP_SetWindow
97 // Doing so allows removing NPP_SetWindow call during painting a windowless
279 // Windows Media Player needs two NPP_SetWindow calls.
285 // The media player plugin sets its size on the first NPP_SetWindow call
286 // and never updates its size. We should call the underlying NPP_SetWindow
301 // VLC hangs on NPP_Destroy if we call NPP_SetWindow with a null window
315 // The divx plugin sets its size on the first NPP_SetWindow call and never
316 // updates its size. We should call the underlying NPP_SetWindow only when
706 // called NPP_SetWindow, so force it to get the new value.
854 NPError err = instance()->NPP_SetWindow(&window_)
    [all...]
plugin_instance.cc 256 NPError PluginInstance::NPP_SetWindow(NPWindow* window) {
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 95 NPError PluginTest::NPP_SetWindow(NPWindow*) { return NPERR_NO_ERROR; }
PluginTest.h 84 virtual NPError NPP_SetWindow(NPWindow*);
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/third_party/npapi/npspy/extern/plugin/
npapi.h 688 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 831 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);

Completed in 809 milliseconds