Searched refs:m_pluginInvalTimer (Results 1 – 2 of 2) sorted by relevance
699 WebCore::Timer<WebViewCore> m_pluginInvalTimer; variable
387 , m_pluginInvalTimer(this, &WebViewCore::pluginInvalTimerFired) in WebViewCore()1982 if (!m_pluginInvalTimer.isActive()) { in invalPlugin()1983 m_pluginInvalTimer.startOneShot(PLUGIN_INVAL_DELAY); in invalPlugin()