Lines Matching full:scrollbars
6 // preview tab (scrollbars, showing hiding options, resizing).
10 // Timeout duration in milliseconds used for showing the scrollbars.
14 // Holds all elements that have scrollbars attached to them.
20 * Makes the scrollbars visible. If |el| has already a scrollbar timer, it
23 * @param {HTMLDivElement} el The element associated with the scrollbars
38 * Hides the scrollbars.
40 * @param {HTMLElement} el The element associated with the scrollbars
48 * Handles a mouse move event, takes care of updating the scrollbars.
62 * Updates the scrollbars associated with the the input element.
79 // Make sure the scrollbars are big enough.
115 * Updates all exising scrollbars.
135 // Make sure to show the scrollbars if they are hidden.
140 * Adds scrollbars to the input element.
163 // Need to make sure the scrollbars are absolutely positioned vis-a-vis
257 * Initializes the scrollbars animation.