Searched refs:isScrolledToBottom (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDOMExtension.js208 Element.prototype.isScrolledToBottom = function() method in class:Element
H A DConsoleView.js333 this._scrolledToBottom = this.messagesElement.isScrolledToBottom();
401 // this.messagesElement.isScrolledToBottom() is forcing style recalculation.
403 if (!this._isScrollIntoViewScheduled() && ((message instanceof WebInspector.ConsoleCommandResult) || this.messagesElement.isScrolledToBottom()))
H A DDataGrid.js649 return this._scrollContainer.isScrolledToBottom();

Completed in 72 milliseconds