Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
Dutil.js16 function MouseInactivityWatcher(container, opt_timeout, opt_toolsActive) { argument
18 this.timeout_ = opt_timeout || MouseInactivityWatcher.DEFAULT_TIMEOUT;
95 MouseInactivityWatcher.prototype.activityStopped_ = function(opt_timeout) { argument
103 this.onTimeoutBound_, opt_timeout || this.timeout_);
111 MouseInactivityWatcher.prototype.kick = function(opt_timeout) { argument
113 this.activityStopped_(opt_timeout);
/external/chromium_org/chrome/browser/resources/ntp4/
Dnew_tab.js419 function showNotification(message, links, opt_closeHandler, opt_timeout) { argument
461 var timeout = opt_timeout || 10000;