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

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.cpp164 void ScrollView::setCanHaveScrollbars(bool canScroll) argument
171 if (canScroll && newVerticalMode == ScrollbarAlwaysOff)
173 else if (!canScroll)
176 if (canScroll && newHorizontalMode == ScrollbarAlwaysOff)
178 else if (!canScroll)

Completed in 172 milliseconds