Searched defs:QWebPageWidgetClient (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/qt/Api/
H A Dqwebpage.cpp164 class QWebPageWidgetClient : public QWebPageClient { class in inherits:QWebPageClient
166 QWebPageWidgetClient(QWidget* view) function in class:QWebPageWidgetClient
196 void QWebPageWidgetClient::scroll(int dx, int dy, const QRect& rectToScroll)
201 void QWebPageWidgetClient::update(const QRect & dirtyRect)
206 void QWebPageWidgetClient::setInputMethodEnabled(bool enable)
211 bool QWebPageWidgetClient::inputMethodEnabled() const
217 void QWebPageWidgetClient::setInputMethodHint(Qt::InputMethodHint hint, bool enable)
226 QCursor QWebPageWidgetClient::cursor() const
231 void QWebPageWidgetClient::updateCursor(const QCursor& cursor)
237 QPalette QWebPageWidgetClient
[all...]

Completed in 11 milliseconds