Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderMenuList.cpp472 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar() local
473 if (hasCustomScrollbarStyle) in createScrollbar()
DRenderListBox.cpp801 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar() local
802 if (hasCustomScrollbarStyle) in createScrollbar()
DRenderTextControlSingleLine.cpp1100 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar() local
1101 if (hasCustomScrollbarStyle) in createScrollbar()
DRenderLayer.cpp1921 …bool hasCustomScrollbarStyle = actualRenderer->isBox() && actualRenderer->style()->hasPseudoStyle(… in scrollTo() local
1922 if (hasCustomScrollbarStyle) in scrollTo()