Home | History | Annotate | Download | only in web

Lines Matching defs:handleMouseWheel

579 bool WebViewImpl::handleMouseWheel(LocalFrame& mainFrame, const WebMouseWheelEvent& event)
582 return PageWidgetEventHandler::handleMouseWheel(mainFrame, event);
603 return handleMouseWheel(*m_page->deprecatedLocalMainFrame(), syntheticWheel);