Home
last modified time | relevance | path

Searched refs:updateCursor (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
DQWebPageClient.h71 updateCursor(m_lastCursor); in resetCursor()
79 updateCursor(cursor); in setCursor()
101 virtual void updateCursor(const QCursor& cursor) = 0;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPageClientQt.h74 virtual void updateCursor(const QCursor& cursor);
181 virtual void updateCursor(const QCursor& cursor);
DPageClientQt.cpp215 void PageClientQWidget::updateCursor(const QCursor& cursor) in updateCursor() function in WebCore::PageClientQWidget
399 void PageClientQGraphicsWidget::updateCursor(const QCursor& cursor) in updateCursor() function in WebCore::PageClientQGraphicsWidget
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqgraphicswkview.h85 Q_SLOT void updateCursor(const QCursor&);
Dqgraphicswkview.cpp85 … connect(d->page, SIGNAL(cursorChanged(const QCursor&)), this, SLOT(updateCursor(const QCursor&))); in QGraphicsWKView()
164 void QGraphicsWKView::updateCursor(const QCursor& cursor) in updateCursor() function in QGraphicsWKView
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-168075 (WebCore::PageClientQGraphicsWidget::updateCursor):
8686 (WebCore::PageClientQWidget::updateCursor):
12899 (QWebPageWidgetClient::updateCursor):
14120 Conditionally guard cursor code (cursor and updateCursor functions) with !QT_NO_CURSOR.
14534 (QWebGraphicsItemPrivate::updateCursor):
14547 (QWebViewPrivate::updateCursor):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1633596 …* UIProcess/API/qt/qgraphicswkview.cpp: Added updateCursor slot to be connected to the QWKPage::se…
33598 (QGraphicsWKView::updateCursor): Sets the cursor of the widget.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2951699 Conditionally guard cursor code (cursor and updateCursor functions) with !QT_NO_CURSOR.