HomeSort by relevance Sort by last modified time
    Searched defs:ownerWidget (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.cpp 234 QWidget* PageClientQWidget::ownerWidget() const
424 QWidget* PageClientQGraphicsWidget::ownerWidget() const
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 400 void setSharedXEventFields(XEvent* xEvent, QWidget* ownerWidget)
408 xEvent->xany.window = ownerWidget ? ownerWidget->window()->handle() : 0;
416 QWidget* ownerWidget = client ? client->ownerWidget() : 0;
417 setSharedXEventFields(xEvent, ownerWidget);
787 *((XID *)w) = client ? client->ownerWidget()->window()->winId() : 0;
933 setPlatformWidget(new PluginContainerQt(this, client->ownerWidget()));
    [all...]

Completed in 81 milliseconds