Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameElementBase.h37 virtual ScrollbarMode scrollingMode() const { return m_scrolling; } in scrollingMode() function
DHTMLFrameOwnerElement.h55 virtual ScrollbarMode scrollingMode() const { return ScrollbarAuto; } in scrollingMode() function
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.cpp488 view()->setCanHaveScrollbars(owner->scrollingMode() != ScrollbarAlwaysOff); in createView()
DFrameView.cpp321 if (frameElt->scrollingMode() == ScrollbarAlwaysOff) in init()
662 if (owner && (owner->scrollingMode() == ScrollbarAlwaysOff)) { in calculateScrollbarModesForLayout()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp513 if (frameElementBase && frameElementBase->scrollingMode() != ScrollbarAlwaysOff) in frameElementAndViewPermitScroll()