/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
H A D | LogNPPSetWindow.cpp | 37 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 D | PassDifferentNPPStruct.cpp | 44 virtual NPError NPP_SetWindow(NPWindow* window) function in class:PassDifferentNPPStruct
|
H A D | 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) 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 D | 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) function
|
/external/chromium_org/content/test/plugin/ |
H A D | plugin_client.cc | 26 pFuncs->setwindow = NPP_SetWindow; 144 NPError NPP_SetWindow(NPP instance, NPWindow* pNPWindow) { function
|
/external/chromium_org/third_party/npapi/npspy/common/ |
H A D | np_entry.cpp | 79 pFuncs->setwindow = NPP_SetWindow;
|
H A D | npp_gate.cpp | 212 NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow) function
|
/external/chromium_org/content/child/npapi/ |
H A D | webplugin_delegate_impl_gtk.cc | 65 // 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 D | plugin_instance.h | 191 NPError NPP_SetWindow(NPWindow*);
|
H A D | webplugin_delegate_impl.cc | 114 instance_->NPP_SetWindow(&window_); 224 // Calling NPP_WriteReady before NPP_SetWindow causes movies to not load in
|
H A D | webplugin_delegate_impl_win.cc | 97 // 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 D | plugin_instance.cc | 254 NPError PluginInstance::NPP_SetWindow(NPWindow* window) { function in class:content::PluginInstance
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
H A D | PluginTest.cpp | 98 NPError PluginTest::NPP_SetWindow(NPWindow*) function in class:PluginTest
|
H A D | PluginTest.h | 63 virtual NPError NPP_SetWindow(NPWindow*);
|
H A D | main.cpp | 114 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 D | npapi.h | 688 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
|
/external/chromium_org/third_party/npapi/bindings/ |
H A D | npapi.h | 831 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
|