/external/webkit/Source/WebCore/platform/qt/ |
D | CursorQt.cpp | 52 , 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 …]
|
D | QWebPageClient.h | 74 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/ |
D | PageClientQt.h | 73 virtual QCursor cursor() const; 74 virtual void updateCursor(const QCursor& cursor); 180 virtual QCursor cursor() const; 181 virtual void updateCursor(const QCursor& cursor);
|
D | DragClientQt.cpp | 106 …PlatformMouseEvent me(m_webPage->view()->mapFromGlobal(QCursor::pos()), QCursor::pos(), LeftButton… in startDrag()
|
D | PageClientQt.cpp | 210 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()
|
D | FullScreenVideoWidget.cpp | 115 QApplication::setOverrideCursor(QCursor(Qt::BlankCursor)); in hideCursor()
|
D | QtFallbackWebPopup.cpp | 150 QMouseEvent event(QEvent::MouseButtonPress, QCursor::pos(), Qt::LeftButton, in show()
|
D | FrameLoaderClientQt.cpp | 600 QPoint localPos = view->mapFromGlobal(QCursor::pos()); in postProgressFinishedNotification()
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qgraphicswkview.h | 11 class QCursor; variable 85 Q_SLOT void updateCursor(const QCursor&);
|
D | qwkpage.h | 15 class QCursor; variable 134 Q_SIGNAL void cursorChanged(const QCursor&);
|
D | qgraphicswkview.cpp | 85 … 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/ |
D | PlatformVideoWindowQt.cpp | 99 QApplication::setOverrideCursor(QCursor(Qt::BlankCursor)); in hideCursor()
|
/external/webkit/Source/WebCore/platform/ |
D | Cursor.h | 94 typedef QCursor* PlatformCursor;
|
/external/webkit/Tools/QtTestBrowser/ |
D | launcherwindow.cpp | 542 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/ |
D | qwebpage.cpp | 979 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/ |
D | ChangeLog-2002-12-03 | 1905 * 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 …]
|
D | ChangeLog-2006-05-10 | 20590 (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
|
D | ChangeLog-2005-08-23 | 10827 (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.
|
D | ChangeLog-2005-12-19 | 1839 (QCursor::QCursor): Changed constructor that takes a QPixmap to call createCustomCursor. 1842 setCursor(QCursor()).
|
D | ChangeLog-2010-01-29 | 31108 [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
|
D | ChangeLog-2010-12-06 | 76060 … * platform/Cursor.h: Typedef PlatformCursor to be a QCursor* to be able create it dynamically. 76064 QCursor instances into ensurePlatformCursor.
|
D | ChangeLog-2008-08-10 | 25212 Rely on auto-boxing of C++ for the QCursor c'tor
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 10905 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
|