Searched defs:DragScrollTimer (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DDragScrollTimer.cpp32 #include "DragScrollTimer.h"
55 DragScrollTimer::DragScrollTimer() function in class:WebKit::DragScrollTimer
56 : m_timer(this, &DragScrollTimer::fired)
62 DragScrollTimer::~DragScrollTimer()
68 void DragScrollTimer::stop()
75 void DragScrollTimer::scroll()
81 void DragScrollTimer::update()
89 void DragScrollTimer
[all...]
H A DDragScrollTimer.h46 class DragScrollTimer { class in namespace:WebKit
48 DragScrollTimer();
49 ~DragScrollTimer();
51 void fired(WebCore::Timer<DragScrollTimer>*) { update(); }
61 WebCore::Timer<DragScrollTimer> m_timer;

Completed in 171 milliseconds