Searched refs:customScrollbarElement (Results 1 – 2 of 2) sorted by relevance
492 bool FrameView::shouldUseCustomScrollbars(Element*& customScrollbarElement, Frame*& customScrollbar… in shouldUseCustomScrollbars() argument494 customScrollbarElement = 0; in shouldUseCustomScrollbars()508 customScrollbarElement = body; in shouldUseCustomScrollbars()515 customScrollbarElement = docElement; in shouldUseCustomScrollbars()531 Element* customScrollbarElement = 0; in createScrollbar() local533 if (shouldUseCustomScrollbars(customScrollbarElement, customScrollbarFrame)) in createScrollbar()534 …return RenderScrollbar::createCustomScrollbar(this, orientation, customScrollbarElement, customScr… in createScrollbar()
439 bool shouldUseCustomScrollbars(Element*& customScrollbarElement, Frame*& customScrollbarFrame);