Searched refs:ownerWidget (Results 1 – 12 of 12) sorted by relevance
375 QWidget* ownerWidget = pageClient->ownerWidget(); in windowResizerRect() local376 if (!ownerWidget) in windowResizerRect()379 QWidget* topLevelWidget = ownerWidget->window(); in windowResizerRect()391 QPoint resizeCornerTopLeft = ownerWidget->mapFrom(topLevelWidget, in windowResizerRect()457 QWidget* ownerWidget = pageClient->ownerWidget(); in windowToScreen() local458 if (!ownerWidget) in windowToScreen()462 screenRect.translate(ownerWidget->mapToGlobal(QPoint(0, 0))); in windowToScreen()473 QWidget* ownerWidget = pageClient->ownerWidget(); in screenToWindow() local474 if (!ownerWidget) in screenToWindow()477 return ownerWidget->mapFromGlobal(point); in screenToWindow()
79 virtual QWidget* ownerWidget() const;186 virtual QWidget* ownerWidget() const;
234 QWidget* PageClientQWidget::ownerWidget() const in ownerWidget() function in WebCore::PageClientQWidget424 QWidget* PageClientQGraphicsWidget::ownerWidget() const in ownerWidget() function in WebCore::PageClientQGraphicsWidget
144 m_combo->setParent(pageClient()->ownerWidget()); in show()
400 void setSharedXEventFields(XEvent* xEvent, QWidget* ownerWidget) in setSharedXEventFields() argument408 xEvent->xany.window = ownerWidget ? ownerWidget->window()->handle() : 0; in setSharedXEventFields()416 QWidget* ownerWidget = client ? client->ownerWidget() : 0; in initXEvent() local417 setSharedXEventFields(xEvent, ownerWidget); in initXEvent()787 *((XID *)w) = client ? client->ownerWidget()->window()->winId() : 0; in platformGetValue()933 setPlatformWidget(new PluginContainerQt(this, client->ownerWidget())); in platformStart()
66 QWidget* view = client->ownerWidget(); in screenDepthPerComponent()
85 virtual QWidget* ownerWidget() const = 0;
454 QMenu* menu = new QMenu(client->ownerWidget()); in createContextMenu()793 client->ownerWidget()->style()->styleHint(QStyle::SH_RequestSoftwareInputPanel)); in handleSoftwareInputPanel()798 QApplication::sendEvent(client->ownerWidget(), &event); in handleSoftwareInputPanel()2090 QWidget* parent = (d->client) ? d->client->ownerWidget() : 0; in javaScriptAlert()2107 QWidget* parent = (d->client) ? d->client->ownerWidget() : 0; in javaScriptConfirm()2127 QWidget* parent = (d->client) ? d->client->ownerWidget() : 0; in javaScriptPrompt()2153 QWidget* parent = (d->client) ? d->client->ownerWidget() : 0; in shouldInterruptJavaScript()2532 … QSize size = queryDeviceSizeForScreenContainingWidget((d->client) ? d->client->ownerWidget() : 0); in viewportAttributesForSize()3533 QWidget* parent = (d->client) ? d->client->ownerWidget() : 0; in extension()3626 QWidget* parent = (d->client) ? d->client->ownerWidget() : 0; in chooseFile()
407 …nerSymbian* container = new PluginContainerSymbian(this, proxy ? 0 : client->ownerWidget(), proxy); in platformStart()
466 …QAbstractScrollArea* scrollArea = qobject_cast<QAbstractScrollArea*>(webPageClient->ownerWidget()); in getViewportGLWidget()
8078 (WebCore::PageClientQGraphicsWidget::ownerWidget):8689 (WebCore::PageClientQWidget::ownerWidget):9182 (QWebPage::userAgentForUrl): Don't crash if the ownerWidget is null.9616 Make QWebPage not depend on view() but use the client->ownerWidget()9734 (QGraphicsWebViewPrivate::ownerWidget):11012 [Qt] Save the QWebPageClient instead of the ownerWidget in QtAbstractWebPopup12535 and send the SIPR event to the ownerWidget() instead of the view().12902 (QWebPageWidgetClient::ownerWidget):13733 [Qt] Plugins : Remove all traces of winId. Use ownerWidget() instead.13741 Introduce ownerWidget() which returns a QWidget * without creating a native widget[all …]
4747 [Qt] Save the QWebPageClient instead of the ownerWidget in QtAbstractWebPopup46899 [Qt] Plugins : Remove all traces of winId. Use ownerWidget() instead.46907 Introduce ownerWidget() which returns a QWidget * without creating a native widget