HomeSort by relevance Sort by last modified time
    Searched refs:m_destructionTimer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebHelperPluginImpl.h 68 Timer<WebHelperPluginImpl> m_destructionTimer;
WebHelperPluginImpl.cpp 54 : m_destructionTimer(this, &WebHelperPluginImpl::reallyDestroy)
100 m_destructionTimer.startOneShot(0, FROM_HERE);

Completed in 61 milliseconds