Home
last modified time | relevance | path

Searched refs:QtPluginWidget (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1398 class QtPluginWidget: public Widget class
1401 QtPluginWidget(QWidget* w = 0): Widget(w) {} in QtPluginWidget() function in WebCore::QtPluginWidget
1402 ~QtPluginWidget() in ~QtPluginWidget()
1573 RefPtr<QtPluginWidget> w = adoptRef(new QtPluginWidget()); in createPlugin()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1612117 (WebCore::QtPluginWidget::show): Override WebCore::Widget::show to call handleVisibility
12118 … (WebCore::QtPluginWidget::handleVisibility): New method to call setVisible when we are visible
17246 The problem is when a non visible QtPluginWidget would show it self
20074 Fix the QtPluginWidget to do an invalidate properly.