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