/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
D | LogNPPSetWindow.cpp | 37 virtual NPError NPP_SetWindow(NPWindow*); 45 NPError LogNPPSetWindow::NPP_SetWindow(NPWindow* window) in NPP_SetWindow() function in LogNPPSetWindow
|
D | NPPSetWindowCalledDuringDestruction.cpp | 47 virtual NPError NPP_SetWindow(NPWindow*); 75 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPWindow* window) in NPP_SetWindow() function in NPPSetWindowCalledDuringDestruction
|
D | PassDifferentNPPStruct.cpp | 44 virtual NPError NPP_SetWindow(NPWindow* window) in NPP_SetWindow() function in PassDifferentNPPStruct
|
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/ |
D | main.c | 42 NPError NPP_SetWindow(NPP instance, NPWindow* window); 82 pluginFuncs->setwindow = NPP_SetWindow; in NP_GetEntryPoints() 139 …Funcs->setwindow = (NPP_SetWindowProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_SetWindow); in main() 178 NPError NPP_SetWindow(NPP instance, NPWindow* window) in NPP_SetWindow() function
|
/external/chromium_org/content/test/plugin/ |
D | plugin_client.cc | 26 pFuncs->setwindow = NPP_SetWindow; in GetEntryPoints() 144 NPError NPP_SetWindow(NPP instance, NPWindow* pNPWindow) { in NPP_SetWindow() function
|
/external/chromium_org/webkit/tools/layout_tests/ |
D | test_expectations_asan.txt | 18 # Use-after-free in NPP_SetWindow, http://crbug.com/144118 21 # #0 0x7f6c1aec6c7a in NPP_SetWindow
|
/external/chromium_org/content/child/npapi/ |
D | webplugin_delegate_impl_gtk.cc | 212 NPError err = instance()->NPP_SetWindow(&window_); in WindowedSetWindow() 379 NPError err = instance()->NPP_SetWindow(&window_); in WindowlessPaint() 517 NPError err = instance()->NPP_SetWindow(&window_); in WindowlessSetWindow()
|
D | plugin_instance.h | 191 NPError NPP_SetWindow(NPWindow*);
|
D | webplugin_delegate_impl.cc | 114 instance_->NPP_SetWindow(&window_); in DestroyInstance()
|
D | webplugin_delegate_impl_win.cc | 861 NPError err = instance()->NPP_SetWindow(&window_); in WindowedSetWindow() 863 instance()->NPP_SetWindow(&window_); in WindowedSetWindow() 1126 NPError err = instance()->NPP_SetWindow(&window_); in WindowlessSetWindow()
|
D | plugin_instance.cc | 254 NPError PluginInstance::NPP_SetWindow(NPWindow* window) { in NPP_SetWindow() function in content::PluginInstance
|
D | webplugin_delegate_impl_mac.mm | 435 // call while the plugin is still in NPP_SetWindow), bail. 500 NPError err = instance()->NPP_SetWindow(&window_);
|
/external/chromium_org/third_party/npapi/npspy/common/ |
D | np_entry.cpp | 79 pFuncs->setwindow = NPP_SetWindow; in NP_GetEntryPoints()
|
D | npp_gate.cpp | 212 NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow) in NPP_SetWindow() function
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
D | main.cpp | 114 pluginFuncs->setwindow = NPP_SetWindow; in NP_GetEntryPoints() 359 NPError NPP_SetWindow(NPP instance, NPWindow *window) in NPP_SetWindow() function 386 return obj->pluginTest->NPP_SetWindow(window); in NPP_SetWindow()
|
D | PluginTest.cpp | 98 NPError PluginTest::NPP_SetWindow(NPWindow*) in NPP_SetWindow() function in PluginTest
|
D | PluginTest.h | 63 virtual NPError NPP_SetWindow(NPWindow*);
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
D | npapi.h | 688 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
|
/external/chromium_org/third_party/npapi/bindings/ |
D | npapi.h | 831 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | npspy.rc | 195 …CONTROL "NPP_SetWindow",IDC_CHECK_NPP_SETWINDOW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,140,…
|
/external/chromium_org/tools/valgrind/memcheck/ |
D | suppressions.txt | 4055 fun:NPP_SetWindow
|