Home
last modified time | relevance | path

Searched refs:ws_info (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
DNetscapePluginX11.cpp157 m_npWindow.ws_info = callbackStruct; 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()
1000 m_npWindow.ws_info = wsi; in platformStart()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginViewSymbian.cpp143 m_npWindow.ws_info = (void*)(context->platformContext()); in paint()
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp151 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth); in updatePluginWidget()
895 m_npWindow.ws_info = ws; in platformStart()
/external/webkit/Source/WebCore/plugins/
DPluginView.cpp399 if (m_isWindowed && m_npWindow.ws_info) in stop()
400 delete (NPSetWindowCallbackStruct *)m_npWindow.ws_info; in stop()
401 m_npWindow.ws_info = 0; in stop()
/external/webkit/Source/WebCore/bridge/
Dnpapi.h488 void * ws_info; /* Platform-dependent additonal data */ member
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1024325 (WebCore::PluginView::PluginView): Initialize m_npWindow.ws_info on
DChangeLog-2010-01-2977502 the m_npWindow.ws_info struct. Now it's done after.