Home | History | Annotate | Download | only in chromium

Lines Matching refs:NoPart

168         return (scrollbar->hoveredPart() == NoPart || (windowsVersion() < WindowsVista)) ? SCRBS_NORMAL : SCRBS_HOVER;
169 if (scrollbar->pressedPart() == NoPart)
186 return ((scrollbar->hoveredPart() == NoPart) || (windowsVersion() < WindowsVista)) ? ABS_LEFTNORMAL : ABS_LEFTHOVER;
187 if (scrollbar->pressedPart() == NoPart)
197 return ((scrollbar->hoveredPart() == NoPart) || (windowsVersion() < WindowsVista)) ? ABS_UPNORMAL : ABS_UPHOVER;
198 if (scrollbar->pressedPart() == NoPart)
208 return ((scrollbar->hoveredPart() == NoPart) || (windowsVersion() < WindowsVista)) ? ABS_RIGHTNORMAL : ABS_RIGHTHOVER;
209 if (scrollbar->pressedPart() == NoPart)
218 return ((scrollbar->hoveredPart() == NoPart) || (windowsVersion() < WindowsVista)) ? ABS_DOWNNORMAL : ABS_DOWNHOVER;
219 if (scrollbar->pressedPart() == NoPart)
233 if (scrollbar->pressedPart() == NoPart)