Searched refs:handleMouseWheel (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | EventSender.h | 144 void handleMouseWheel(const CppArgumentList&, CppVariant*, bool continuous);
|
D | EventSender.cpp | 697 handleMouseWheel(arguments, result, false); in mouseScrollBy() 702 handleMouseWheel(arguments, result, true); in continuousMouseScrollBy() 939 void EventSender::handleMouseWheel(const CppArgumentList& arguments, CppVariant* result, bool conti… in handleMouseWheel() function in EventSender
|
/external/webkit/Source/WebKit/wince/ |
D | WebView.h | 84 bool handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal);
|
D | WebView.cpp | 341 bool WebView::handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal) in handleMouseWheel() function in WebView 417 handled = handleMouseWheel(hWnd, wParam, lParam, wParam & MK_SHIFT); in wndProc()
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 21901 (EventSender::handleMouseWheel): 22170 (EventSender::handleMouseWheel):
|