Lines Matching refs:QWebPageClient
3839 * 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.
33882 * platform/qt/QWebPageClient.h:
34814 * platform/qt/QWebPageClient.h:
34815 (QWebPageClient::~QWebPageClient): Add virtual destructor.
46916 * platform/qt/QWebPageClient.h:
47070 * platform/qt/QWebPageClient.h:
47892 … [Qt] Added pure virtual methods setInputMethodEnabled and setInputMethodHint to QWebPageClient
47896 * platform/qt/QWebPageClient.h:
50834 [Qt] Added pure virtual QWebPageClient::pluginParent()
50838 * platform/qt/QWebPageClient.h:
51704 * platform/qt/QWebPageClient.h:
56384 Fix the Qt/Mac build after r48604 (Implement new QWebPageClient class)
56387 takes a QWidget*, not a QWebPageClient*
56628 Implement new QWebPageClient class and let our classes
56632 the QWebPageClient, so the patch adapts our Qt hooks to go though
56645 * platform/qt/QWebPageClient.h: Added.