Searched refs:hMode (Results 1 – 7 of 7) sorted by relevance
33 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andL…34 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode;
37 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andL…38 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode;
429 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode431 *hMode = _private->hScroll;
421 ScrollbarMode hMode; in updateCanHaveScrollbars() local423 scrollbarModes(hMode, vMode); in updateCanHaveScrollbars()424 if (hMode == ScrollbarAlwaysOff && vMode == ScrollbarAlwaysOff) in updateCanHaveScrollbars()490 void FrameView::applyOverflowToViewport(RenderObject* o, ScrollbarMode& hMode, ScrollbarMode& vMode) in applyOverflowToViewport() argument498 hMode = ScrollbarAlwaysOff; in applyOverflowToViewport()501 hMode = ScrollbarAlwaysOn; in applyOverflowToViewport()504 hMode = ScrollbarAuto; in applyOverflowToViewport()529 void FrameView::calculateScrollbarModesForLayout(ScrollbarMode& hMode, ScrollbarMode& vMode) in calculateScrollbarModesForLayout() argument535 hMode = ScrollbarAlwaysOff; in calculateScrollbarModesForLayout()541 hMode = ScrollbarAuto; in calculateScrollbarModesForLayout()[all …]
263 void calculateScrollbarModesForLayout(ScrollbarMode& hMode, ScrollbarMode& vMode);303 void applyOverflowToViewport(RenderObject*, ScrollbarMode& hMode, ScrollbarMode& vMode);
894 ScrollbarMode hMode = view->horizontalScrollbarMode(); in webkit_web_frame_get_horizontal_scrollbar_policy() local896 if (hMode == ScrollbarAlwaysOn) in webkit_web_frame_get_horizontal_scrollbar_policy()899 if (hMode == ScrollbarAlwaysOff) in webkit_web_frame_get_horizontal_scrollbar_policy()
10728 pMode and hMode directly with calls to setParseMode and setHTMLMode.