Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js251 activeTouch_: undefined, property in TouchHandler
434 this.activeTouch_ = undefined;
468 if (this.activeTouch_ !== undefined)
472 this.activeTouch_ = touch.identifier;
531 assert(this.activeTouch_ !== undefined, 'Expecting an active touch');
535 if (touches[i].identifier == this.activeTouch_)
656 assert(this.activeTouch_ !== undefined, 'Expect to already be touching');
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dtouch_handler.js255 activeTouch_: undefined, property in TouchHandler
448 this.activeTouch_ = undefined;
482 if (this.activeTouch_ !== undefined)
486 this.activeTouch_ = touch.identifier;
546 assert(this.activeTouch_ !== undefined, 'Expecting an active touch');
550 if (touches[i].identifier == this.activeTouch_)
675 assert(this.activeTouch_ !== undefined, 'Expect to already be touching');
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js251 activeTouch_: undefined, property in TouchHandler
434 this.activeTouch_ = undefined;
468 if (this.activeTouch_ !== undefined)
472 this.activeTouch_ = touch.identifier;
531 assert(this.activeTouch_ !== undefined, 'Expecting an active touch');
535 if (touches[i].identifier == this.activeTouch_)
656 assert(this.activeTouch_ !== undefined, 'Expect to already be touching');