/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.cpp | 371 QWebPageClient* pageClient = platformPageClient(); in windowResizerRect() local 372 if (!pageClient) in windowResizerRect() 375 QWidget* ownerWidget = pageClient->ownerWidget(); in windowResizerRect() 396 return resizeCornerRect.intersected(pageClient->geometryRelativeToOwnerWidget()); in windowResizerRect() 453 QWebPageClient* pageClient = platformPageClient(); in windowToScreen() local 454 if (!pageClient) in windowToScreen() 457 QWidget* ownerWidget = pageClient->ownerWidget(); in windowToScreen() 469 QWebPageClient* pageClient = platformPageClient(); in screenToWindow() local 470 if (!pageClient) in screenToWindow() 473 QWidget* ownerWidget = pageClient->ownerWidget(); in screenToWindow() [all …]
|
D | QtFallbackWebPopup.cpp | 113 if (!pageClient()) in show() 139 if (QGraphicsWebView *webView = qobject_cast<QGraphicsWebView*>(pageClient()->pluginParent())) { in show() 144 m_combo->setParent(pageClient()->ownerWidget()); in show() 269 QWebPageClient* QtFallbackWebPopup::pageClient() const in pageClient() function in WebCore::QtFallbackWebPopup
|
D | QtFallbackWebPopup.h | 69 QWebPageClient* pageClient() const;
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qgraphicswebview.cpp | 84 return pageClient()->overlay; in overlay() 87 PageClientQGraphicsWidget* pageClient() const in pageClient() function in QGraphicsWebViewPrivate 101 pageClient()->syncLayers(); in syncLayers() 123 pageClient()->viewResizesToContents = resizesToContents; in updateResizesToContentsForPage() 151 pageClient()->updateTiledBackingStoreScale(); in _q_scaleChanged()
|
/external/webkit/Source/WebCore/plugins/gtk/ |
D | PluginViewGtk.cpp | 803 GtkWidget* pageClient = m_parentFrame->view()->hostWindow()->platformPageClient(); in platformStart() local 810 if (!gtk_widget_get_parent(pageClient)) in platformStart() 815 gtk_container_add(GTK_CONTAINER(pageClient), platformPluginWidget()); in platformStart() 819 setPlatformWidget(gtk_xtbin_new(pageClient, 0)); in platformStart() 822 gtk_container_add(GTK_CONTAINER(pageClient), platformPluginWidget()); in platformStart()
|
/external/webkit/Source/WebCore/platform/qt/ |
D | RenderThemeQt.cpp | 261 QWebPageClient* pageClient = m_page->chrome()->client()->platformPageClient(); in qStyle() local 263 if (pageClient) in qStyle() 264 return pageClient->style(); in qStyle() 1103 QWebPageClient* pageClient = chromeClient->platformPageClient(); in setPaletteFromPageClientIfExists() local 1104 if (!pageClient) in setPaletteFromPageClientIfExists() 1106 palette = pageClient->palette(); in setPaletteFromPageClientIfExists()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebProcessProxy.cpp | 168 PassRefPtr<WebPageProxy> WebProcessProxy::createWebPage(PageClient* pageClient, WebContext* context… in createWebPage() argument 173 RefPtr<WebPageProxy> webPage = WebPageProxy::create(pageClient, this, pageGroup, pageID); in createWebPage()
|
D | WebContext.cpp | 354 PassRefPtr<WebPageProxy> WebContext::createWebPage(PageClient* pageClient, WebPageGroup* pageGroup) in createWebPage() argument 361 return m_process->createWebPage(pageClient, this, pageGroup); in createWebPage()
|
D | WebPageProxy.cpp | 106 PassRefPtr<WebPageProxy> WebPageProxy::create(PageClient* pageClient, PassRefPtr<WebProcessProxy> p… in create() argument 108 return adoptRef(new WebPageProxy(pageClient, process, pageGroup, pageID)); in create() 111 WebPageProxy::WebPageProxy(PageClient* pageClient, PassRefPtr<WebProcessProxy> process, WebPageGrou… in WebPageProxy() argument 112 : m_pageClient(pageClient) in WebPageProxy()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 1383 (QGraphicsWebViewPrivate::QWebViewPrivate::pageClient): 5022 (WebCore::QtFallbackWebPopup::pageClient): 8004 for doing all the unset logic of page and pageClient references previously done by 9717 Checking for pageClient existance before showing popups. 13710 Set page's pageClient reference to '0' at QGWV deletion.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 24623 Pass the pageClient GtkWidget* to gtk_xtbin_new instead of the 24624 GdkWindow*. The pageClient is used to get the proper visual for the
|
D | ChangeLog-2010-01-29 | 4765 (WebCore::QtAbstractWebPopup::pageClient):
|