HomeSort by relevance Sort by last modified time
    Searched refs:PlatformWheelEvent (Results 26 - 46 of 46) sorted by null

12

  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.h 123 virtual bool handleWheelEvent(const PlatformWheelEvent&);
PopupMenuChromium.cpp 50 #include "PlatformWheelEvent.h"
102 virtual bool handleWheelEvent(const PlatformWheelEvent&);
289 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e,
295 // FIXME: This is a horrible hack since PlatformWheelEvent has no setters for x/y.
296 PlatformWheelEvent relativeEvent = e;
481 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event)
668 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
677 wheelEvent(const_cast<PlatformWheelEvent&>(event));
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.h 65 class PlatformWheelEvent;
172 bool handleWheelEvent(PlatformWheelEvent&);
348 bool passWheelEventToWidget(PlatformWheelEvent&, Widget*);
EventHandler.cpp 62 #include "PlatformWheelEvent.h"
    [all...]
  /external/webkit/Source/WebCore/page/chromium/
EventHandlerChromium.cpp 43 #include "PlatformWheelEvent.h"
88 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
  /external/webkit/Source/WebCore/platform/
ScrollAnimator.cpp 35 #include "PlatformWheelEvent.h"
84 void ScrollAnimator::handleWheelEvent(PlatformWheelEvent& e)
ScrollableArea.cpp 38 #include "PlatformWheelEvent.h"
118 void ScrollableArea::handleWheelEvent(PlatformWheelEvent& wheelEvent)
ScrollView.h 252 void wheelEvent(PlatformWheelEvent&);
ScrollView.cpp 41 #include "PlatformWheelEvent.h"
843 void ScrollView::wheelEvent(PlatformWheelEvent& e)
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebEventConversion.cpp 98 class WebKit2PlatformWheelEvent : public WebCore::PlatformWheelEvent {
122 WebCore::PlatformWheelEvent platform(const WebWheelEvent& webEvent)
  /external/webkit/Source/WebCore/dom/
Node.h 66 class PlatformWheelEvent;
554 bool dispatchWheelEvent(const PlatformWheelEvent&);
Node.cpp 74 #include "PlatformWheelEvent.h"
    [all...]
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 45 #include "PlatformWheelEvent.h"
116 PlatformWheelEvent wheelEvent(event, page->chrome()->platformPageClient());
449 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
  /external/webkit/Source/WebKit/wince/
WebView.cpp 48 #include "PlatformWheelEvent.h"
343 PlatformWheelEvent wheelEvent(hWnd, wParam, lParam, isHorizontal);
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm 35 #include "PlatformWheelEvent.h"
797 void ScrollAnimatorMac::handleWheelEvent(PlatformWheelEvent& wheelEvent)
904 void ScrollAnimatorMac::smoothScrollWithEvent(PlatformWheelEvent& wheelEvent)
    [all...]
  /external/webkit/Source/WebKit/wx/
WebView.cpp 50 #include "PlatformWheelEvent.h"
744 WebCore::PlatformWheelEvent wkEvent(event, globalPoint);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 42 #include "PlatformWheelEvent.h"
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 980 PlatformWheelEvent platformWheelEvent = platform(wheelEvent);
981 return frame->eventHandler()->handleWheelEvent(platformWheelEvent);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 108 #include <WebCore/PlatformWheelEvent.h>
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 74 #include "PlatformWheelEvent.h"
892 PlatformWheelEvent wheelEvent(event);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 95 #include "PlatformWheelEvent.h"
843 WebCore::PlatformWheelEvent pev(ev);
    [all...]

Completed in 679 milliseconds

12