Searched refs:notificationTimeout (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp53 const double notificationTimeout = 10.0; member in namespace:WebCore
210 wrapper->m_closeTimer.startOneShot(notificationTimeout);
/external/chromium/chrome/browser/resources/
H A Dnew_new_tab.js975 var notificationTimeout; variable
995 window.clearTimeout(notificationTimeout);
1001 notificationTimeout = window.setTimeout(hideNotification, delay);

Completed in 100 milliseconds