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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp465 void FrameView::applyOverflowToViewportAndSetRenderer(RenderObject* o, ScrollbarMode& hMode, ScrollbarMode& vMode) argument
495 hMode = ScrollbarAlwaysOff;
498 hMode = ScrollbarAlwaysOn;
501 hMode = ScrollbarAuto;
527 void FrameView::calculateScrollbarModesForLayoutAndSetViewportRenderer(ScrollbarMode& hMode, ScrollbarMode& vMode, ScrollbarModesCalculationStrategy strategy) argument
534 hMode = ScrollbarAlwaysOff;
540 hMode = ScrollbarAuto;
543 hMode = ScrollbarAlwaysOff;
552 hMode = ScrollbarAlwaysOff;
556 applyOverflowToViewportAndSetRenderer(viewportRenderer, hMode, vMod
850 ScrollbarMode hMode; local
[all...]

Completed in 207 milliseconds