Home
last modified time | relevance | path

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

/external/chromium_org/content/shell/tools/plugin/Tests/
DLogNPPSetWindow.cpp41 virtual NPError NPP_SetWindow(NPWindow*) OVERRIDE;
49 NPError LogNPPSetWindow::NPP_SetWindow(NPWindow* window) in NPP_SetWindow() function in LogNPPSetWindow
DNPPSetWindowCalledDuringDestruction.cpp51 virtual NPError NPP_SetWindow(NPWindow*);
79 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPWindow* window) in NPP_SetWindow() function in NPPSetWindowCalledDuringDestruction
DPassDifferentNPPStruct.cpp48 virtual NPError NPP_SetWindow(NPWindow* window) OVERRIDE 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/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/content/shell/tools/plugin/
Dmain.cpp119 pluginFuncs->setwindow = NPP_SetWindow; in NP_GetEntryPoints()
367 NPError NPP_SetWindow(NPP instance, NPWindow *window) in NPP_SetWindow() function
394 return obj->pluginTest->NPP_SetWindow(window); in NPP_SetWindow()
DPluginTest.cpp95 NPError PluginTest::NPP_SetWindow(NPWindow*) { return NPERR_NO_ERROR; } in NPP_SetWindow() function in PluginTest
DPluginTest.h84 virtual NPError NPP_SetWindow(NPWindow*);
/external/chromium_org/content/child/npapi/
Dplugin_instance.h191 NPError NPP_SetWindow(NPWindow*);
Dwebplugin_delegate_impl.cc114 instance_->NPP_SetWindow(&window_); in DestroyInstance()
Dwebplugin_delegate_impl_win.cc854 NPError err = instance()->NPP_SetWindow(&window_); in WindowedSetWindow()
856 instance()->NPP_SetWindow(&window_); in WindowedSetWindow()
1119 NPError err = instance()->NPP_SetWindow(&window_); in WindowlessSetWindow()
Dplugin_instance.cc256 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/extern/plugin/
Dnpapi.h688 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/third_party/npapi/bindings/
Dnpapi.h831 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
/external/chromium_org/tools/valgrind/memcheck/
Dsuppressions.txt3789 fun:NPP_SetWindow