Searched refs:hasCustomScrollbarStyle (Results 1 – 4 of 4) sorted by relevance
472 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar() local473 if (hasCustomScrollbarStyle) in createScrollbar()
801 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar() local802 if (hasCustomScrollbarStyle) in createScrollbar()
1100 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar() local1101 if (hasCustomScrollbarStyle) in createScrollbar()
1921 …bool hasCustomScrollbarStyle = actualRenderer->isBox() && actualRenderer->style()->hasPseudoStyle(… in scrollTo() local1922 if (hasCustomScrollbarStyle) in scrollTo()