Home
last modified time | relevance | path

Searched refs:NPSetWindowCallbackStruct (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
DNetscapePluginX11.cpp133 NPSetWindowCallbackStruct* callbackStruct = new NPSetWindowCallbackStruct; in platformPostInitialize()
166 delete static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info); in platformDestroy()
246 … ASSERT(qtDrawable.depth() == static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info)->depth); in platformPaint()
/external/webkit/Source/WebCore/plugins/qt/
DPluginViewQt.cpp160 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth); in updatePluginWidget()
279 const int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth; in paintUsingXPixmap()
960 NPSetWindowCallbackStruct* wsi = new NPSetWindowCallbackStruct(); in platformStart()
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp151 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth); in updatePluginWidget()
834 NPSetWindowCallbackStruct* ws = new NPSetWindowCallbackStruct(); in platformStart()
/external/webkit/Source/WebCore/bridge/
Dnpapi.h278 } NPSetWindowCallbackStruct; typedef
/external/webkit/Source/WebCore/plugins/
DPluginView.cpp400 delete (NPSetWindowCallbackStruct *)m_npWindow.ws_info; in stop()