Searched refs:PluginClientWrapper (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/plugins/qt/
H A DPluginContainerQt.h51 class PluginClientWrapper : public QWidget class in namespace:WebCore
54 PluginClientWrapper(QWidget* parent, WId client);
55 ~PluginClientWrapper();
H A DPluginContainerQt.cpp35 PluginClientWrapper::PluginClientWrapper(QWidget* parent, WId client) function in class:PluginClientWrapper
51 PluginClientWrapper::~PluginClientWrapper()
56 bool PluginClientWrapper::x11Event(XEvent* event)
92 // This way the PluginClientWrapper receives the scroll events and passes
97 m_clientWrapper = new PluginClientWrapper(this, clientWinId());
104 // to the x11Event handler of the PluginClientWrapper, which then changes the

Completed in 88 milliseconds