Home
last modified time | relevance | path

Searched refs:ownerWidget (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp375 QWidget* ownerWidget = pageClient->ownerWidget(); in windowResizerRect() local
376 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() local
458 if (!ownerWidget) in windowToScreen()
462 screenRect.translate(ownerWidget->mapToGlobal(QPoint(0, 0))); in windowToScreen()
473 QWidget* ownerWidget = pageClient->ownerWidget(); in screenToWindow() local
474 if (!ownerWidget) in screenToWindow()
477 return ownerWidget->mapFromGlobal(point); in screenToWindow()
DPageClientQt.h79 virtual QWidget* ownerWidget() const;
186 virtual QWidget* ownerWidget() const;
DPageClientQt.cpp234 QWidget* PageClientQWidget::ownerWidget() const in ownerWidget() function in WebCore::PageClientQWidget
424 QWidget* PageClientQGraphicsWidget::ownerWidget() const in ownerWidget() function in WebCore::PageClientQGraphicsWidget
DQtFallbackWebPopup.cpp144 m_combo->setParent(pageClient()->ownerWidget()); in show()
/external/webkit/Source/WebCore/plugins/qt/
DPluginViewQt.cpp400 void setSharedXEventFields(XEvent* xEvent, QWidget* ownerWidget) in setSharedXEventFields() argument
408 xEvent->xany.window = ownerWidget ? ownerWidget->window()->handle() : 0; in setSharedXEventFields()
416 QWidget* ownerWidget = client ? client->ownerWidget() : 0; in initXEvent() local
417 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()
/external/webkit/Source/WebCore/platform/qt/
DPlatformScreenQt.cpp66 QWidget* view = client->ownerWidget(); in screenDepthPerComponent()
DQWebPageClient.h85 virtual QWidget* ownerWidget() const = 0;
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp454 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()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginViewSymbian.cpp407 …nerSymbian* container = new PluginContainerSymbian(this, proxy ? 0 : client->ownerWidget(), proxy); in platformStart()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp466 …QAbstractScrollArea* scrollArea = qobject_cast<QAbstractScrollArea*>(webPageClient->ownerWidget()); in getViewportGLWidget()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-168078 (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 QtAbstractWebPopup
12535 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 …]
/external/webkit/Source/WebCore/
DChangeLog-2010-01-294747 [Qt] Save the QWebPageClient instead of the ownerWidget in QtAbstractWebPopup
46899 [Qt] Plugins : Remove all traces of winId. Use ownerWidget() instead.
46907 Introduce ownerWidget() which returns a QWidget * without creating a native widget