Home
last modified time | relevance | path

Searched refs:QCursor (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
DCursorQt.cpp52 , m_platformCursor(other.m_platformCursor ? new QCursor(*other.m_platformCursor) : 0) in Cursor()
70 m_platformCursor = other.m_platformCursor ? new QCursor(*other.m_platformCursor) : 0; in operator =()
76 static QCursor* createCustomCursor(Image* image, const IntPoint& hotSpot) in createCustomCursor()
79 …return new QCursor(*(image->nativeImageForCurrentFrame()), effectiveHotSpot.x(), effectiveHotSpot.… in createCustomCursor()
91 m_platformCursor = new QCursor(Qt::ArrowCursor); in ensurePlatformCursor()
94 m_platformCursor = new QCursor(Qt::CrossCursor); in ensurePlatformCursor()
97 m_platformCursor = new QCursor(Qt::PointingHandCursor); in ensurePlatformCursor()
100 m_platformCursor = new QCursor(Qt::IBeamCursor); in ensurePlatformCursor()
103 m_platformCursor = new QCursor(Qt::WaitCursor); in ensurePlatformCursor()
106 m_platformCursor = new QCursor(Qt::WhatsThisCursor); in ensurePlatformCursor()
[all …]
DQWebPageClient.h74 inline void setCursor(const QCursor& cursor) in setCursor()
100 virtual QCursor cursor() const = 0;
101 virtual void updateCursor(const QCursor& cursor) = 0;
106 QCursor m_lastCursor;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPageClientQt.h73 virtual QCursor cursor() const;
74 virtual void updateCursor(const QCursor& cursor);
180 virtual QCursor cursor() const;
181 virtual void updateCursor(const QCursor& cursor);
DDragClientQt.cpp106 …PlatformMouseEvent me(m_webPage->view()->mapFromGlobal(QCursor::pos()), QCursor::pos(), LeftButton… in startDrag()
DPageClientQt.cpp210 QCursor PageClientQWidget::cursor() const in cursor()
215 void PageClientQWidget::updateCursor(const QCursor& cursor) in updateCursor()
394 QCursor PageClientQGraphicsWidget::cursor() const in cursor()
399 void PageClientQGraphicsWidget::updateCursor(const QCursor& cursor) in updateCursor()
DFullScreenVideoWidget.cpp115 QApplication::setOverrideCursor(QCursor(Qt::BlankCursor)); in hideCursor()
DQtFallbackWebPopup.cpp150 QMouseEvent event(QEvent::MouseButtonPress, QCursor::pos(), Qt::LeftButton, in show()
DFrameLoaderClientQt.cpp600 QPoint localPos = view->mapFromGlobal(QCursor::pos()); in postProgressFinishedNotification()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqgraphicswkview.h11 class QCursor; variable
85 Q_SLOT void updateCursor(const QCursor&);
Dqwkpage.h15 class QCursor; variable
134 Q_SIGNAL void cursorChanged(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()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DPlatformVideoWindowQt.cpp99 QApplication::setOverrideCursor(QCursor(Qt::BlankCursor)); in hideCursor()
/external/webkit/Source/WebCore/platform/
DCursor.h94 typedef QCursor* PlatformCursor;
/external/webkit/Tools/QtTestBrowser/
Dlauncherwindow.cpp542 touchPoint.setScreenPos(QCursor::pos()); in eventFilter()
543 touchPoint.setPos(m_view->mapFromGlobal(QCursor::pos())); in eventFilter()
580 QToolTip::showText(QCursor::pos(), toolTip); in showLinkHover()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp979 QCursor::pos(), dropActionToDragOp(ev->possibleActions())); in dragEnterEvent()
990 DragData dragData(0, IntPoint(), QCursor::pos(), DragOperationNone); in dragLeaveEvent()
1001 QCursor::pos(), dropActionToDragOp(ev->possibleActions())); in dragMoveEvent()
1014 QCursor::pos(), dropActionToDragOp(ev->possibleActions())); in dropEvent()
1025 …QMouseEvent fakeEvent(QEvent::MouseMove, QCursor::pos(), Qt::NoButton, Qt::NoButton, Qt::NoModifie… in leaveEvent()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-031905 * kwq/KWQCursor.mm: (QCursor::QCursor): Use nil instead of [NSCursor arrowCursor].
11625 * kwq/KWQCursor.mm: (QCursor::handle): Made the handle be an
11852 (QCursor::handle): Return the cursor object as an integer rather than
12084 (QCursor::QCursor): Change QCursor to contain an NSCursor.
12085 (QCursor::~QCursor): Likewise.
12086 (QCursor::operator=): Likewise.
12087 (QCursor::handle): Likewise.
12443 and QCursor globals.
13790 (QWidget::setCursor): Since now store a QCursor here, we don't have to delete
14540 * src/kwq/KWQCursor.mm: (QCursor::operator=), (QCursor::handle):
[all …]
DChangeLog-2006-05-1020590 (WebCore::MacFrame::khtmlMouseMoveEvent): Changed from QCursor() to pointerCursor().
20725 (WebCore::selectCursor): Changed to use Cursor instead of QCursor.
20731 * platform/Widget.h: Changed to Cursor from QCursor.
24148 (WebCore::QCursor::QCursor):
27352 (WebCore::QCursor::QCursor):
31391 * kwq/KWQNamespace.h: Removed QColor, QCursor, and redundant declaration of QRgb
DChangeLog-2005-08-2310827 (QCursor::makeWithNSCursor):
41580 (QCursor::QCursor): Use KWQRetain instead of retain.
41581 (QCursor::~QCursor): Use KWQRelease instead of release.
41582 (QCursor::operator=): More of the same.
DChangeLog-2005-12-191839 (QCursor::QCursor): Changed constructor that takes a QPixmap to call createCustomCursor.
1842 setCursor(QCursor()).
DChangeLog-2010-01-2931108 [Qt] QWebPageClient.h needs in some cases QCursor, but it does not
51700 Otherwise, it is inconsistent with class declaration of QCursor.
61235 Save the QCursor as a property in WidgetQt::setCursor
DChangeLog-2010-12-0676060 … * platform/Cursor.h: Typedef PlatformCursor to be a QCursor* to be able create it dynamically.
76064 QCursor instances into ensurePlatformCursor.
DChangeLog-2008-08-1025212 Rely on auto-boxing of C++ for the QCursor c'tor
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1610905 Don't try to show the combobox by simulating a mouse event from QCursor::pos() to
10907 and there's no QCursor::pos().
14121 Otherwise, it is inconsistent with class declaration of QCursor.
15098 Clean up the unserCursor hack to use the QCursor set