Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMenuList.cpp522 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar() local
523 if (hasCustomScrollbarStyle) in createScrollbar()
DRenderListBox.cpp893 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar() local
894 if (hasCustomScrollbarStyle) in createScrollbar()
DRenderLayerScrollableArea.cpp768 …bool hasCustomScrollbarStyle = actualRenderer->isBox() && actualRenderer->style()->hasPseudoStyle(… in createScrollbar() local
769 if (hasCustomScrollbarStyle) { in createScrollbar()