Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.cpp73 , m_resolverThrowawayTimer(this, &StyleEngine::resolverThrowawayTimerFired) in StyleEngine()
518 m_resolverThrowawayTimer.startRepeating(60); in didAttach()
523 m_resolverThrowawayTimer.stop(); in didDetach()
DStyleEngine.h236 Timer<StyleEngine> m_resolverThrowawayTimer; variable