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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.h 63 void setHasVerticalScrollbar(bool hasScrollbar);
RenderLayerScrollableArea.h 128 bool hasScrollbar() const { return m_hBar || m_vBar; }
206 void setHasHorizontalScrollbar(bool hasScrollbar);
207 void setHasVerticalScrollbar(bool hasScrollbar);
RenderLayerScrollableArea.cpp     [all...]
RenderLayer.cpp     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 516 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();
519 mListView.setFastScrollEnabled(hasScrollbar);
520 mListView.setFastScrollAlwaysVisible(hasScrollbar);

Completed in 104 milliseconds