Searched refs:NPP_SetWindow (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DLogNPPSetWindow.cpp37 virtual NPError NPP_SetWindow(NPWindow*);
45 NPError LogNPPSetWindow::NPP_SetWindow(NPWindow* window) function in class:LogNPPSetWindow
48 snprintf(message, 1024, "NPP_SetWindow: %s window, Rect {%i, %i, %i, %i}, Clip Rect {%i, %i, %i, %i}, Type %i",
H A DPassDifferentNPPStruct.cpp44 virtual NPError NPP_SetWindow(NPWindow* window) function in class:PassDifferentNPPStruct
H A DNPPSetWindowCalledDuringDestruction.cpp32 // 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) function in class:NPPSetWindowCalledDuringDestruction
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/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/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/npapi/npspy/common/
H A Dnp_entry.cpp79 pFuncs->setwindow = NPP_SetWindow;
H A Dnpp_gate.cpp212 NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow) function
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_gtk.cc65 // NPP_SetWindow.
187 // If we call NPP_SetWindow with a <= 0 width or height, problems arise in
190 // still call NPP_SetWindow in that case. We need to verify that.
212 NPError err = instance()->NPP_SetWindow(&window_);
278 // TODO(darin): we should avoid calling NPP_SetWindow here since it may
379 NPError err = instance()->NPP_SetWindow(&window_);
517 NPError err = instance()->NPP_SetWindow(&window_);
520 // After a NPP_SetWindow, Flash cancels its timer that generates the
H A Dplugin_instance.h191 NPError NPP_SetWindow(NPWindow*);
H A Dwebplugin_delegate_impl.cc114 instance_->NPP_SetWindow(&window_);
224 // Calling NPP_WriteReady before NPP_SetWindow causes movies to not load in
H A Dwebplugin_delegate_impl_win.cc97 // Enforces providing a valid device context in NPWindow, so that NPP_SetWindow
99 // Doing so allows removing NPP_SetWindow call during painting a windowless
283 // Windows Media Player needs two NPP_SetWindow calls.
289 // The media player plugin sets its size on the first NPP_SetWindow call
290 // and never updates its size. We should call the underlying NPP_SetWindow
305 // VLC hangs on NPP_Destroy if we call NPP_SetWindow with a null window
319 // The divx plugin sets its size on the first NPP_SetWindow call and never
320 // updates its size. We should call the underlying NPP_SetWindow only when
713 // called NPP_SetWindow, so force it to get the new value.
861 NPError err = instance()->NPP_SetWindow(
[all...]
H A Dplugin_instance.cc254 NPError PluginInstance::NPP_SetWindow(NPWindow* window) { function in class:content::PluginInstance
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A DPluginTest.cpp98 NPError PluginTest::NPP_SetWindow(NPWindow*) function in class:PluginTest
H A DPluginTest.h63 virtual NPError NPP_SetWindow(NPWindow*);
H A Dmain.cpp114 pluginFuncs->setwindow = NPP_SetWindow;
359 NPError NPP_SetWindow(NPP instance, NPWindow *window) function
367 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
386 return obj->pluginTest->NPP_SetWindow(window);
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h688 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h831 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);

Completed in 1120 milliseconds