Home
last modified time | relevance | path

Searched refs:webParts (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp563 WebScrollbarControlPartMask webParts = WebNoScrollPart; in paintCustomScrollbar() local
565 webParts |= WebBackButtonPart; in paintCustomScrollbar()
567 webParts |= WebBackTrackPart; in paintCustomScrollbar()
569 webParts |= WebThumbPart; in paintCustomScrollbar()
571 webParts |= WebForwardTrackPart; in paintCustomScrollbar()
573 webParts |= WebForwardButtonPart; in paintCustomScrollbar()
616 vertical, value, proportion, webParts); in paintCustomScrollbar()