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