Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_transfer_controller.js119 'touchend', this.onTouchEnd_.bind(this), true);
121 'touchcancel', this.onTouchEnd_.bind(this), true);
742 onTouchEnd_: function(event) { method in FileTransferController