Lines Matching refs:timer
124 #include "Timer.h"
1340 void Document::styleRecalcTimerFired(Timer<Document>*)
1955 // We'll want to schedule the timer to fire at the minimum layout threshold.
3099 void Document::storageEventTimerFired(Timer<Document>*)
4613 void Document::updateFocusAppearanceTimerFired(Timer<Document>*)
4628 void Document::executeScriptSoonTimerFired(Timer<Document>* timer)
4630 ASSERT_UNUSED(timer, timer == &m_executeScriptSoonTimer);
4826 ScriptExecutionContextTaskTimer* timer = new ScriptExecutionContextTaskTimer(static_cast<Document*>(this), task);
4827 timer->startOneShot(0);