Home
last modified time | relevance | path

Searched refs:NPP_SetWindow (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
DLogNPPSetWindow.cpp37 virtual NPError NPP_SetWindow(NPWindow*);
45 NPError LogNPPSetWindow::NPP_SetWindow(NPWindow* window) in NPP_SetWindow() function in LogNPPSetWindow
DNPPSetWindowCalledDuringDestruction.cpp47 virtual NPError NPP_SetWindow(NPWindow*);
75 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPWindow* window) in NPP_SetWindow() function in NPPSetWindowCalledDuringDestruction
DPassDifferentNPPStruct.cpp44 virtual NPError NPP_SetWindow(NPWindow* window) in NPP_SetWindow() function in PassDifferentNPPStruct
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
Dmain.c42 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/
Dplugin_client.cc26 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/
Dtest_expectations_asan.txt18 # Use-after-free in NPP_SetWindow, http://crbug.com/144118
21 # #0 0x7f6c1aec6c7a in NPP_SetWindow
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_gtk.cc212 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()
Dplugin_instance.h191 NPError NPP_SetWindow(NPWindow*);
Dwebplugin_delegate_impl.cc114 instance_->NPP_SetWindow(&window_); in DestroyInstance()
Dwebplugin_delegate_impl_win.cc861 NPError err = instance()->NPP_SetWindow(&window_); in WindowedSetWindow()
863 instance()->NPP_SetWindow(&window_); in WindowedSetWindow()
1126 NPError err = instance()->NPP_SetWindow(&window_); in WindowlessSetWindow()
Dplugin_instance.cc254 NPError PluginInstance::NPP_SetWindow(NPWindow* window) { in NPP_SetWindow() function in content::PluginInstance
Dwebplugin_delegate_impl_mac.mm435 // 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/
Dnp_entry.cpp79 pFuncs->setwindow = NPP_SetWindow; in NP_GetEntryPoints()
Dnpp_gate.cpp212 NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow) in NPP_SetWindow() function
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
Dmain.cpp114 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()
DPluginTest.cpp98 NPError PluginTest::NPP_SetWindow(NPWindow*) in NPP_SetWindow() function in PluginTest
DPluginTest.h63 virtual NPError NPP_SetWindow(NPWindow*);
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpapi.h688 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
/external/chromium_org/third_party/npapi/bindings/
Dnpapi.h831 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
/external/chromium_org/third_party/npapi/npspy/windows/
Dnpspy.rc195 …CONTROL "NPP_SetWindow",IDC_CHECK_NPP_SETWINDOW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,140,…
/external/chromium_org/tools/valgrind/memcheck/
Dsuppressions.txt4055 fun:NPP_SetWindow