Searched defs:handleMouseMoveEvent (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/gtk/
H A DScrollbarGtk.h45 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) { return false; } function in class:WebCore::ScrollbarGtk
/external/webkit/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp98 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&);
406 bool PopupContainer::handleMouseMoveEvent(const PlatformMouseEvent& event) function in class:WebCore::PopupContainer
408 return m_listBox->handleMouseMoveEvent(
537 bool PopupListBox::handleMouseMoveEvent(const PlatformMouseEvent& event) function in class:WebCore::PopupListBox
/external/webkit/WebCore/page/
H A DEventHandler.cpp488 // that its logic needs to stay in sync with handleMouseMoveEvent() and the way we setMouseDownMayStartDrag
1317 bool result = handleMouseMoveEvent(event, &hoveredNode);
1329 bool EventHandler::handleMouseMoveEvent(const PlatformMouseEvent& mouseEvent, HitTestResult* hoveredNode) function in class:EventHandler

Completed in 33 milliseconds