Searched defs:onAdvanceClick_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
H A Dmedia_controls.js1169 this.createButton('previous', this.onAdvanceClick_.bind(this, false));
1170 this.createButton('next', this.onAdvanceClick_.bind(this, true));
1174 function() { audioControls.onAdvanceClick_(true); });
1176 function() { audioControls.onAdvanceClick_(false); });
1199 AudioControls.prototype.onAdvanceClick_ = function(forward) {

Completed in 228 milliseconds