Searched refs:mousewheel (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebScrollbarImpl.cpp201 WebMouseWheelEvent mousewheel = *static_cast<const WebMouseWheelEvent*>(&event); local
203 float delta = m_scrollbar->orientation() == HorizontalScrollbar ? mousewheel.deltaX : mousewheel.deltaY;
205 if (mousewheel.scrollByPage) {
/external/webkit/Source/WebCore/dom/
H A DEventNames.h84 macro(mousewheel) \
H A DElement.h77 DEFINE_ATTRIBUTE_EVENT_LISTENER(mousewheel);
H A DDocument.h273 DEFINE_ATTRIBUTE_EVENT_LISTENER(mousewheel);
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h103 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), mousewheel); member in class:WebCore::SVGElementInstance
/external/webkit/Source/WebCore/page/
H A DDOMWindow.h304 DEFINE_ATTRIBUTE_EVENT_LISTENER(mousewheel);
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js961 if (type.match(/DOMMouseScroll|mousewheel/)){
2084 mousewheel: 2, DOMMouseScroll: 2, //mouse wheel
2113 mousewheel: {
2114 base: (Browser.Engine.gecko) ? 'DOMMouseScroll' : 'mousewheel'

Completed in 163 milliseconds