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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 978 bool needsVerticalScrollbar = contentsSize().height() > visibleHeight();
979 if (!!m_verticalScrollbar != needsVerticalScrollbar) {
980 setHasVerticalScrollbar(needsVerticalScrollbar);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 721 bool needsVerticalScrollbar = (hasVerticalScrollbar() && overflowDefinesAutomaticScrollbar(overflowY)) || overflowRequiresScrollbar(overflowY);
723 setHasVerticalScrollbar(needsVerticalScrollbar);
732 if (needsVerticalScrollbar && oldStyle && oldStyle->overflowY() == OSCROLL && overflowY != OSCROLL) {
    [all...]

Completed in 175 milliseconds