HomeSort by relevance Sort by last modified time
    Searched refs:hMode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 465 void FrameView::applyOverflowToViewportAndSetRenderer(RenderObject* o, ScrollbarMode& hMode, ScrollbarMode& vMode)
495 hMode = ScrollbarAlwaysOff;
498 hMode = ScrollbarAlwaysOn;
501 hMode = ScrollbarAuto;
527 void FrameView::calculateScrollbarModesForLayoutAndSetViewportRenderer(ScrollbarMode& hMode, ScrollbarMode& vMode, ScrollbarModesCalculationStrategy strategy)
534 hMode = ScrollbarAlwaysOff;
540 hMode = ScrollbarAuto;
543 hMode = ScrollbarAlwaysOff;
552 hMode = ScrollbarAlwaysOff;
556 applyOverflowToViewportAndSetRenderer(viewportRenderer, hMode, vMode)
    [all...]
FrameView.h 259 void calculateScrollbarModesForLayoutAndSetViewportRenderer(ScrollbarMode& hMode, ScrollbarMode& vMode, ScrollbarModesCalculationStrategy = AnyRule);
369 void applyOverflowToViewportAndSetRenderer(RenderObject*, ScrollbarMode& hMode, ScrollbarMode& vMode);

Completed in 31 milliseconds