Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/gtk/
DRunLoopGtk.cpp111 void RunLoop::TimerBase::start(double fireInterval, bool repeat) in start() argument
116 m_timerSource = adoptGRef(g_timeout_source_new(static_cast<guint>(fireInterval * 1000))); in start()