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

/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dview.js16 button.addEventListener('touchend', this.handleTouchEnd_.bind(this));
17 button.addEventListener('touchcancel', this.handleTouchEnd_.bind(this));
81 View.prototype.handleTouchEnd_ = function(event) {

Completed in 56 milliseconds