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

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.h 34 class QWebPageClient;
69 QWebPageClient* pageClient() const;
PageClientQt.h 27 #include "QWebPageClient.h"
50 class PageClientQWidget : public QWebPageClient {
146 class PageClientQGraphicsWidget : public QWebPageClient {
ChromeClientQt.cpp 58 #include "QWebPageClient.h"
371 QWebPageClient* pageClient = platformPageClient();
453 QWebPageClient* pageClient = platformPageClient();
469 QWebPageClient* pageClient = platformPageClient();
610 QWebPageClient* pageClient = platformPageClient();
QtFallbackWebPopup.cpp 27 #include "QWebPageClient.h"
269 QWebPageClient* QtFallbackWebPopup::pageClient() const
EditorClientQt.cpp 47 #include "QWebPageClient.h"
646 QWebPageClient* webPageClient = m_page->d->client.get();
FrameLoaderClientQt.cpp 63 #include "QWebPageClient.h"
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
PlatformScreenQt.cpp 39 #include "QWebPageClient.h"
50 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
63 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
QWebPageClient.h 44 class QWebPageClient {
46 virtual ~QWebPageClient() { }
RenderThemeQt.cpp 55 #include "QWebPageClient.h"
261 QWebPageClient* pageClient = m_page->chrome()->client()->platformPageClient();
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage_p.h 66 class QWebPageClient;
166 OwnPtr<QWebPageClient> client;
  /external/webkit/Source/WebCore/platform/
Widget.h 103 class QWebPageClient;
104 typedef QWebPageClient* PlatformPageClient;
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 65 #include "QWebPageClient.h"
216 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
301 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
415 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
786 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
931 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
    [all...]
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 48 #include "QWebPageClient.h"
402 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 79 #include "QWebPageClient.h"
208 if (QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient()) {
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 32 #include "QWebPageClient.h"
462 QWebPageClient* webPageClient = m_hostWindow->platformPageClient();
    [all...]

Completed in 367 milliseconds