Home | History | Annotate | Download | only in html

Lines Matching refs:timer

1630             // Schedule the timer to keep processing as soon as possible.
1680 // Once a timer is set, it has control of when the tokenizer continues.
1860 void HTMLTokenizer::timerFired(Timer<HTMLTokenizer>*)
1864 printf("Beginning timer write at time %d\n", m_doc->elapsedTime());
1868 // Restart the timer and let layout win. This is basically a way of ensuring that the layout
1869 // timer has higher priority than our timer.
2128 void HTMLTokenizer::executeExternalScriptsTimerFired(Timer<HTMLTokenizer>*)
2131 // Restart the timer and do layout first.
2146 // Schedule the timer to keep processing as soon as possible.