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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h161 void setScrollbarsSuppressed(bool suppressed, bool repaintOnUnsuppress = false);
H A DScrollView.cpp673 void ScrollView::setScrollbarsSuppressed(bool suppressed, bool repaintOnUnsuppress) function in class:blink::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.cpp422 frame->view()->setScrollbarsSuppressed(true);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp292 setScrollbarsSuppressed(true);
860 setScrollbarsSuppressed(true);
876 setScrollbarsSuppressed(false, true);
1349 setScrollbarsSuppressed(false);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp802 frameView->setScrollbarsSuppressed(false);
804 frameView->setScrollbarsSuppressed(scrollbarsSuppressedOldValue);

Completed in 141 milliseconds