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

/external/webkit/Source/WebCore/platform/efl/
H A DScrollbarEfl.h45 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) { return false; } function in class:WebCore::ScrollbarEfl
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp100 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&);
467 bool PopupContainer::handleMouseMoveEvent(const PlatformMouseEvent& event) function in class:WebCore::PopupContainer
470 return m_listBox->handleMouseMoveEvent(
626 bool PopupListBox::handleMouseMoveEvent(const PlatformMouseEvent& event) function in class:WebCore::PopupListBox
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp589 // that its logic needs to stay in sync with handleMouseMoveEvent() and the way we setMouseDownMayStartDrag
1541 bool result = handleMouseMoveEvent(event, &hoveredNode);
1561 bool EventHandler::handleMouseMoveEvent(const PlatformMouseEvent& mouseEvent, HitTestResult* hoveredNode) function in class:EventHandler

Completed in 127 milliseconds