Home | History | Annotate | Download | only in win

Lines Matching refs:HorizontalScrollbar

150     if (scrollbar->orientation() == HorizontalScrollbar)
169 if (scrollbar->orientation() == HorizontalScrollbar) {
181 if (scrollbar->orientation() == HorizontalScrollbar) {
201 const bool horz = scrollbar->orientation() == HorizontalScrollbar;
227 if (scrollbar->orientation() == HorizontalScrollbar)
281 if (scrollbar->orientation() == HorizontalScrollbar)
304 if (scrollbar->orientation() == HorizontalScrollbar)
348 DrawThemeBackground(scrollbarTheme, hdc, scrollbar->orientation() == HorizontalScrollbar ? SP_GRIPPERHOR : SP_GRIPPERVERT, state, &themeRect, 0);
367 alphaBlend = IsThemeBackgroundPartiallyTransparent(scrollbarTheme, scrollbar->orientation() == HorizontalScrollbar ? SP_THUMBHOR : SP_THUMBVERT, state);
371 DrawThemeBackground(scrollbarTheme, hdc, scrollbar->orientation() == HorizontalScrollbar ? SP_THUMBHOR : SP_THUMBVERT, state, &themeRect, 0);