Searched refs:m_pluginDestroyTimer (Results 1 – 2 of 2) sorted by relevance
62 , m_pluginDestroyTimer(RunLoop::main(), this, &PluginControllerProxy::destroy) in PluginControllerProxy()119 m_pluginDestroyTimer.startOneShot(0); in destroy()
167 RunLoop::Timer<PluginControllerProxy> m_pluginDestroyTimer; variable