Searched refs:hasCustomScrollbarStyle (Results 1 – 3 of 3) sorted by relevance
522 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar() local523 if (hasCustomScrollbarStyle) in createScrollbar()
893 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar() local894 if (hasCustomScrollbarStyle) in createScrollbar()
768 …bool hasCustomScrollbarStyle = actualRenderer->isBox() && actualRenderer->style()->hasPseudoStyle(… in createScrollbar() local769 if (hasCustomScrollbarStyle) { in createScrollbar()