Home | History | Annotate | Download | only in chromium

Lines Matching refs:horz

99     const bool horz = scrollbar->orientation() == HorizontalScrollbar;
101 rect.inflateX((horz ? kOffEndMultiplier : kOffSideMultiplier) * thickness);
102 rect.inflateY((horz ? kOffSideMultiplier : kOffEndMultiplier) * thickness);
114 bool horz = scrollbar->orientation() == HorizontalScrollbar;
118 partId = horz ? SBP_UPPERTRACKHORZ : SBP_UPPERTRACKVERT;
120 partId = horz ? SBP_LOWERTRACKHORZ : SBP_LOWERTRACKVERT;
136 bool horz = scrollbar->orientation() == HorizontalScrollbar;
140 partId = horz ? DFCS_SCROLLLEFT : DFCS_SCROLLUP;
142 partId = horz ? DFCS_SCROLLRIGHT : DFCS_SCROLLDOWN;
154 bool horz = scrollbar->orientation() == HorizontalScrollbar;
159 horz ? SBP_THUMBBTNHORZ : SBP_THUMBBTNVERT,
167 horz ? SBP_GRIPPERHORZ : SBP_GRIPPERVERT,