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

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 375 QWidget* ownerWidget = pageClient->ownerWidget();
376 if (!ownerWidget)
379 QWidget* topLevelWidget = ownerWidget->window();
391 QPoint resizeCornerTopLeft = ownerWidget->mapFrom(topLevelWidget,
457 QWidget* ownerWidget = pageClient->ownerWidget();
458 if (!ownerWidget)
462 screenRect.translate(ownerWidget->mapToGlobal(QPoint(0, 0)));
473 QWidget* ownerWidget = pageClient->ownerWidget()
    [all...]
PageClientQt.h 79 virtual QWidget* ownerWidget() const;
186 virtual QWidget* ownerWidget() const;
PageClientQt.cpp 234 QWidget* PageClientQWidget::ownerWidget() const
424 QWidget* PageClientQGraphicsWidget::ownerWidget() const
QtFallbackWebPopup.cpp 144 m_combo->setParent(pageClient()->ownerWidget());
  /external/webkit/Source/WebCore/platform/qt/
PlatformScreenQt.cpp 66 QWidget* view = client->ownerWidget();
QWebPageClient.h 85 virtual QWidget* ownerWidget() const = 0;
  /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...]
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 407 PluginContainerSymbian* container = new PluginContainerSymbian(this, proxy ? 0 : client->ownerWidget(), proxy);
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 454 QMenu* menu = new QMenu(client->ownerWidget());
793 client->ownerWidget()->style()->styleHint(QStyle::SH_RequestSoftwareInputPanel));
798 QApplication::sendEvent(client->ownerWidget(), &event);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 466 QAbstractScrollArea* scrollArea = qobject_cast<QAbstractScrollArea*>(webPageClient->ownerWidget());
    [all...]

Completed in 580 milliseconds