Home
last modified time | relevance | path

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

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