Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/PluginProcess/
DPluginControllerProxy.cpp62 , m_pluginDestroyTimer(RunLoop::main(), this, &PluginControllerProxy::destroy) in PluginControllerProxy()
119 m_pluginDestroyTimer.startOneShot(0); in destroy()
DPluginControllerProxy.h167 RunLoop::Timer<PluginControllerProxy> m_pluginDestroyTimer; variable