Home
last modified time | relevance | path

Searched defs:canHaveScrollbars (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.h115 …bool canHaveScrollbars() const { return horizontalScrollbarMode() != ScrollbarAlwaysOff || vertica… in canHaveScrollbars() function
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp2147 void WebFrameImpl::setCanHaveScrollbars(bool canHaveScrollbars) in setCanHaveScrollbars()
/external/webkit/Source/WebCore/page/
DFrameView.cpp413 void FrameView::setCanHaveScrollbars(bool canHaveScrollbars) in setCanHaveScrollbars()