Searched refs:ws_info (Results 1 – 8 of 8) sorted by relevance
157 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()
160 ((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()
143 m_npWindow.ws_info = (void*)(context->platformContext()); in paint()
151 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth); in updatePluginWidget()895 m_npWindow.ws_info = ws; in platformStart()
399 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()
488 void * ws_info; /* Platform-dependent additonal data */ member
24325 (WebCore::PluginView::PluginView): Initialize m_npWindow.ws_info on
77502 the m_npWindow.ws_info struct. Now it's done after.