Home
last modified time | relevance | path

Searched refs:QWebPageClient (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DQtFallbackWebPopup.h34 class QWebPageClient; variable
69 QWebPageClient* pageClient() const;
DPageClientQt.h50 class PageClientQWidget : public QWebPageClient {
146 class PageClientQGraphicsWidget : public QWebPageClient {
DChromeClientQt.cpp371 QWebPageClient* pageClient = platformPageClient(); in windowResizerRect()
453 QWebPageClient* pageClient = platformPageClient(); in windowToScreen()
469 QWebPageClient* pageClient = platformPageClient(); in screenToWindow()
610 QWebPageClient* pageClient = platformPageClient(); in setCursor()
DQtFallbackWebPopup.cpp269 QWebPageClient* QtFallbackWebPopup::pageClient() const in pageClient()
DEditorClientQt.cpp646 QWebPageClient* webPageClient = m_page->d->client.get(); in setInputMethodState()
DFrameLoaderClientQt.cpp1604 QWebPageClient* client = m_webFrame->page()->d->client.get(); in createPlugin()
/external/webkit/Source/WebCore/platform/qt/
DPlatformScreenQt.cpp50 QWebPageClient* client = w->root()->hostWindow()->platformPageClient(); in screenNumber()
63 QWebPageClient* client = w->root()->hostWindow()->platformPageClient(); in screenDepthPerComponent()
DQWebPageClient.h44 class QWebPageClient {
46 virtual ~QWebPageClient() { } in ~QWebPageClient()
DRenderThemeQt.cpp261 QWebPageClient* pageClient = m_page->chrome()->client()->platformPageClient(); in qStyle()
1103 QWebPageClient* pageClient = chromeClient->platformPageClient(); in setPaletteFromPageClientIfExists()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage_p.h66 class QWebPageClient; variable
166 OwnPtr<QWebPageClient> client;
/external/webkit/Source/WebCore/platform/
DWidget.h103 class QWebPageClient; variable
104 typedef QWebPageClient* PlatformPageClient;
/external/webkit/Source/WebCore/plugins/qt/
DPluginViewQt.cpp216 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in paintUsingImageSurfaceExtension()
301 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in paintUsingXPixmap()
415 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in initXEvent()
786 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in platformGetValue()
931 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in platformStart()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginViewSymbian.cpp402 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in platformStart()
/external/webkit/Source/WebCore/plugins/mac/
DPluginViewMac.mm79 #include "QWebPageClient.h"
208 if (QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient()) {
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp462 QWebPageClient* webPageClient = m_hostWindow->platformPageClient(); in getViewportGLWidget()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-161376 [Qt] Memory leaks for QWebPageClient
3403 Get the QGraphicsItemOverlay* via the QWebPageClient (d->page->d->client)
8044 QGraphicsWebViewPrivate doesn't inherit QWebPageClient anymore
8759 This lets the QWebPageClient "veto" the settings value for accelerated compositing.
10966 (QGraphicsWebViewPrivate::style): Implement QWebPageClient::style() and return the graphics
10969 … (QWebPageWidgetClient::style): Implement QWebPageClient::style() and return the widget's style.
11012 [Qt] Save the QWebPageClient instead of the ownerWidget in QtAbstractWebPopup
11014 The QWebPageClient is required for the QtFallbackWebPopup. QtFallbackWebPopup will
11077 * Api/qgraphicswebview.h: reimp compositing stuff from QWebPageClient
12534 test for input method support. Instead query using QWebPageClient
[all …]
/external/webkit/Source/WebCore/
DWebCore.pro2031 platform/qt/QWebPageClient.h \
DChangeLog-2010-01-293839 * platform/qt/QWebPageClient.h: Add function to return the style.
4747 [Qt] Save the QWebPageClient instead of the ownerWidget in QtAbstractWebPopup
4749 The QWebPageClient is required for the QtFallbackWebPopup. QtFallbackWebPopup will
5796 * platform/qt/QWebPageClient.h: virtual functions for QGraphicsWebView
5798 (QWebPageClient::setRootGraphicsLayer): let QGraphicsWebView know that
5800 (QWebPageClient::markForSync): let QGraphicsWebView know the
30643 * platform/qt/QWebPageClient.h:
31108 [Qt] QWebPageClient.h needs in some cases QCursor, but it does not
31115 * platform/qt/QWebPageClient.h:
33880 in QWebPageClient.
[all …]
DChangeLog-2010-05-244950 * platform/qt/QWebPageClient.h:
4951 (QWebPageClient::graphicsItemVisibleRect):
15125 * platform/qt/QWebPageClient.h:
15126 (QWebPageClient::resetCursor):
15127 (QWebPageClient::setCursor):
19129 * platform/qt/QWebPageClient.h:
19130 (QWebPageClient::allowsAcceleratedCompositing):
31456 * platform/qt/QWebPageClient.h:
31931 * platform/qt/QWebPageClient.h:
31932 (QWebPageClient::isQWidgetClient):
DWebCore.gypi4870 'platform/qt/QWebPageClient.h',
DChangeLog219 * platform/qt/QWebPageClient.h:
220 (QWebPageClient::setRootGraphicsLayer):
230 Pass a GraphicsLayer* instead of a PlatformLayer* to the QWebPageClient.
234 * platform/qt/QWebPageClient.h:
235 (QWebPageClient::setRootGraphicsLayer):
40565 Check if we actually have a QWebPageClient before dereferencing it.
DChangeLog-2010-12-0623687 * platform/qt/QWebPageClient.h:
23688 (QWebPageClient::setRootGraphicsLayer):
26432 * platform/qt/QWebPageClient.h:
26433 (QWebPageClient::setRootGraphicsLayer):
39716 * platform/qt/QWebPageClient.h:
45115 * platform/qt/QWebPageClient.h:
86388 * platform/qt/QWebPageClient.h:
119612 * platform/qt/QWebPageClient.h: