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.h172 void setScrollbarsSuppressed(bool suppressed, bool repaintOnUnsuppress = false);
DScrollView.cpp678 void ScrollView::setScrollbarsSuppressed(bool suppressed, bool repaintOnUnsuppress) in setScrollbarsSuppressed() function in WebCore::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp302 setScrollbarsSuppressed(true); in resetScrollbars()
307 setScrollbarsSuppressed(false); in resetScrollbars()
395 setScrollbarsSuppressed(true); in clear()
1065 setScrollbarsSuppressed(true); in layout()
1080 setScrollbarsSuppressed(false, true); in layout()
1574 setScrollbarsSuppressed(false); in restoreScrollbar()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp398 frame->view()->setScrollbarsSuppressed(true); in dataChanged()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp905 frameView->setScrollbarsSuppressed(false); in setScrollViewPosition()
907 frameView->setScrollbarsSuppressed(scrollbarsSuppressedOldValue); in setScrollViewPosition()