HomeSort by relevance Sort by last modified time
    Searched refs:wheelEvent (Results 1 - 20 of 20) sorted by null

  /external/webkit/WebCore/page/win/
EventHandlerWin.cpp 71 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
76 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent);
  /external/webkit/WebCore/page/chromium/
EventHandlerChromium.cpp 88 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
100 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent);
  /external/webkit/WebKit/qt/Api/
qwebpage_p.h 95 void wheelEvent(QWheelEvent*);
96 void wheelEvent(QGraphicsSceneWheelEvent*);
qgraphicswebview.h 117 virtual void wheelEvent(QGraphicsSceneWheelEvent*);
qwebview.h 141 virtual void wheelEvent(QWheelEvent*);
qgraphicswebview.cpp 1135 void QGraphicsWebView::wheelEvent(QGraphicsSceneWheelEvent* ev)
1144 QGraphicsItem::wheelEvent(ev);
qwebpage.cpp 958 void QWebPagePrivate::wheelEvent(QGraphicsSceneWheelEvent* ev)
969 void QWebPagePrivate::wheelEvent(QWheelEvent *ev)
    [all...]
qwebview.cpp 992 void QWebView::wheelEvent(QWheelEvent* ev)
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 109 bool EventHandler::wheelEvent(NSEvent *event)
119 PlatformWheelEvent wheelEvent(event, page->chrome()->platformPageClient());
120 handleWheelEvent(wheelEvent);
122 return wheelEvent.isAccepted();
691 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
696 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent);
750 bool EventHandler::wheelEvent(NSEvent *)
  /external/webkit/WebCore/platform/
ScrollView.h 193 void wheelEvent(PlatformWheelEvent&);
ScrollView.cpp 647 void ScrollView::wheelEvent(PlatformWheelEvent& e)
    [all...]
  /external/webkit/WebCore/page/
EventHandler.h 188 bool wheelEvent(NSEvent *);
EventHandler.cpp     [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 101 bool wheelEvent(NSView *pluginView, NSEvent *);
WebHostedNetscapePluginView.mm 305 processedEvent = _proxy->wheelEvent(self, event);
NetscapePluginInstanceProxy.mm 366 bool NetscapePluginInstanceProxy::wheelEvent(NSView *pluginView, NSEvent *event)
    [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 588 wheelEvent(const_cast<PlatformWheelEvent&>(event));
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 605 PlatformWheelEvent wheelEvent(event);
606 return frame->eventHandler()->handleWheelEvent(wheelEvent);
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 8696 milliseconds