HomeSort by relevance Sort by last modified time
    Searched refs:ComputeScrollbarExistenceOption (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 280 enum ComputeScrollbarExistenceOption {
284 void computeScrollbarExistence(bool& newHasHorizontalScrollbar, bool& newHasVerticalScrollbar, const IntSize& docSize, ComputeScrollbarExistenceOption = FirstPass) const;
304 bool adjustScrollbarExistence(ComputeScrollbarExistenceOption = FirstPass);
ScrollView.cpp 334 void ScrollView::computeScrollbarExistence(bool& newHasHorizontalScrollbar, bool& newHasVerticalScrollbar, const IntSize& docSize, ComputeScrollbarExistenceOption option) const
423 bool ScrollView::adjustScrollbarExistence(ComputeScrollbarExistenceOption option)
    [all...]

Completed in 121 milliseconds