Home
last modified time | relevance | path

Searched refs:hMode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp483 ScrollbarMode hMode; in updateCanHaveScrollbars() local
485 scrollbarModes(hMode, vMode); in updateCanHaveScrollbars()
486 if (hMode == ScrollbarAlwaysOff && vMode == ScrollbarAlwaysOff) in updateCanHaveScrollbars()
572 void FrameView::applyOverflowToViewport(RenderObject* o, ScrollbarMode& hMode, ScrollbarMode& vMode) in applyOverflowToViewport() argument
597 hMode = ScrollbarAlwaysOff; in applyOverflowToViewport()
600 hMode = ScrollbarAlwaysOn; in applyOverflowToViewport()
603 hMode = ScrollbarAuto; in applyOverflowToViewport()
657 void FrameView::calculateScrollbarModesForLayout(ScrollbarMode& hMode, ScrollbarMode& vMode, Scroll… in calculateScrollbarModesForLayout() argument
663 hMode = ScrollbarAlwaysOff; in calculateScrollbarModesForLayout()
669 hMode = ScrollbarAuto; in calculateScrollbarModesForLayout()
[all …]
DFrameView.h259 …void calculateScrollbarModesForLayout(ScrollbarMode& hMode, ScrollbarMode& vMode, ScrollbarModesCa…
377 void applyOverflowToViewport(RenderObject*, ScrollbarMode& hMode, ScrollbarMode& vMode);