Searched refs:setClickCount (Results 1 – 7 of 7) sorted by relevance
40 void PlatformMouseEvent::setClickCount(unsigned int flags) in setClickCount() function in WebCore::PlatformMouseEvent61 setClickCount(event->flags); in PlatformMouseEvent()75 setClickCount(event->flags); in PlatformMouseEvent()
137 void setClickCount(int count) { m_clickCount = count; } in setClickCount() function141 void setClickCount(unsigned int);164 void setClickCount(int count) { m_clickCount = count; } in setClickCount() function
303 moveEvent.setClickCount(0); in handleMouseEvent()318 mouseEvent.setClickCount(globalClickCount); in handleMouseEvent()322 mouseEvent.setClickCount(globalClickCount); in handleMouseEvent()328 mouseEvent.setClickCount(globalClickCount); in handleMouseEvent()334 mouseEvent.setClickCount(globalClickCount); in handleMouseEvent()
1454 mouseEvent.setClickCount(globalClickCount); in handleMouseEvent()1458 mouseEvent.setClickCount(globalClickCount); in handleMouseEvent()1464 mouseEvent.setClickCount(globalClickCount); in handleMouseEvent()1476 mouseEvent.setClickCount(globalClickCount); in handleMouseEvent()
813 platformEvent.setClickCount(priv->currentClickCount); in webkit_web_view_button_press_event()
119854 (WebCore::PlatformMouseEvent::setClickCount): change method signature130230 (WebCore::PlatformMouseEvent::setClickCount): Added.
59104 (WebCore::PlatformMouseEvent::setClickCount):