Home | History | Annotate | Download | only in rendering

Lines Matching refs:buttonsPlacement

238         ScrollbarButtonsPlacement buttonsPlacement = theme()->buttonsPlacement();
241 needRenderer = (buttonsPlacement == ScrollbarButtonsSingle || buttonsPlacement == ScrollbarButtonsDoubleStart ||
242 buttonsPlacement == ScrollbarButtonsDoubleBoth);
245 needRenderer = (buttonsPlacement == ScrollbarButtonsDoubleStart || buttonsPlacement == ScrollbarButtonsDoubleBoth);
248 needRenderer = (buttonsPlacement == ScrollbarButtonsDoubleEnd || buttonsPlacement == ScrollbarButtonsDoubleBoth);
251 needRenderer = (buttonsPlacement == ScrollbarButtonsSingle || buttonsPlacement == ScrollbarButtonsDoubleEnd ||
252 buttonsPlacement == ScrollbarButtonsDoubleBoth);