Searched refs:mouseDoubleClickEvent (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.h79 virtual void mouseDoubleClickEvent(QGraphicsSceneMouseEvent*);
H A Dqwkpage_p.h108 void mouseDoubleClickEvent(QGraphicsSceneMouseEvent*);
H A Dqgraphicswkview.cpp303 void QGraphicsWKView::mouseDoubleClickEvent(QGraphicsSceneMouseEvent* ev) function in class:QGraphicsWKView
305 page()->d->mouseDoubleClickEvent(ev);
H A Dqwkpage.cpp323 void QWKPagePrivate::mouseDoubleClickEvent(QGraphicsSceneMouseEvent* ev) function in class:QWKPagePrivate
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.h128 virtual void mouseDoubleClickEvent(QGraphicsSceneMouseEvent*);
H A Dqwebpage_p.h100 template<class T> void mouseDoubleClickEvent(T*);
H A Dqwebview.h141 virtual void mouseDoubleClickEvent(QMouseEvent*);
H A Dqgraphicswebview.cpp999 void QGraphicsWebView::mouseDoubleClickEvent(QGraphicsSceneMouseEvent* ev) function in class:QGraphicsWebView
1008 QGraphicsItem::mouseDoubleClickEvent(ev);
H A Dqwebview.cpp1013 void QWebView::mouseDoubleClickEvent(QMouseEvent* ev) function in class:QWebView
H A Dqwebpage.cpp709 void QWebPagePrivate::mouseDoubleClickEvent(T *ev) function in class:QWebPagePrivate
3034 d->mouseDoubleClickEvent(static_cast<QMouseEvent*>(ev));
3047 d->mouseDoubleClickEvent(static_cast<QGraphicsSceneMouseEvent*>(ev));
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h71 void mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event);
H A Dqdeclarativewebview.cpp118 void GraphicsWebView::mouseDoubleClickEvent(QGraphicsSceneMouseEvent* event) function in class:GraphicsWebView

Completed in 517 milliseconds