HomeSort by relevance Sort by last modified time
    Searched refs:DragScrollTimer (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.h 46 class DragScrollTimer {
48 DragScrollTimer();
49 ~DragScrollTimer();
51 void fired(WebCore::Timer<DragScrollTimer>*) { update(); }
61 WebCore::Timer<DragScrollTimer> m_timer;
DragScrollTimer.cpp 32 #include "DragScrollTimer.h"
55 DragScrollTimer::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::triggerScroll(FrameView* view, const WebPoint& location
    [all...]
WebViewImpl.h 75 class DragScrollTimer;
513 OwnPtr<DragScrollTimer> m_dragScrollTimer;
WebViewImpl.cpp 52 #include "DragScrollTimer.h"
321 , m_dragScrollTimer(new DragScrollTimer())
    [all...]

Completed in 36 milliseconds