Home
last modified time | relevance | path

Searched refs:distanceDragged (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlElements.cpp111 LayoutSize distanceDragged = eventLocation - m_lastDragEventLocation; in continueDrag() local
112 m_cumulativeDragOffset.move(distanceDragged); in continueDrag()