Searched defs:setCanHaveScrollbars (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp142 void ScrollView::setCanHaveScrollbars(bool canScroll) function in class:blink::ScrollView
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp221 void WebRemoteFrameImpl::setCanHaveScrollbars(bool) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1769 void WebLocalFrameImpl::setCanHaveScrollbars(bool canHaveScrollbars) function in class:WebLocalFrameImpl
1771 frame()->view()->setCanHaveScrollbars(canHaveScrollbars);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp232 setCanHaveScrollbars(false);
365 void FrameView::setCanHaveScrollbars(bool canHaveScrollbars) function in class:blink::FrameView
368 ScrollView::setCanHaveScrollbars(canHaveScrollbars);

Completed in 4813 milliseconds