Searched refs:handleScroll_ (Results 1 – 2 of 2) sorted by relevance
56 this.scrollListener_ = this.handleScroll_.bind(this);133 handleScroll_: function(e) { method in DragAndDropController
525 document.addEventListener('scroll', this.handleScroll_.bind(this));618 OptionsPage.handleScroll_ = function(e) { function