Searched refs:hMode (Results 1 - 2 of 2) 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...]
H A DFrameView.h259 void calculateScrollbarModesForLayoutAndSetViewportRenderer(ScrollbarMode& hMode, ScrollbarMode& vMode, ScrollbarModesCalculationStrategy = AnyRule);
369 void applyOverflowToViewportAndSetRenderer(RenderObject*, ScrollbarMode& hMode, ScrollbarMode& vMode);

Completed in 101 milliseconds