Home
last modified time | relevance | path

Searched refs:customScrollbarElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp492 bool FrameView::shouldUseCustomScrollbars(Element*& customScrollbarElement, Frame*& customScrollbar… in shouldUseCustomScrollbars() argument
494 customScrollbarElement = 0; in shouldUseCustomScrollbars()
508 customScrollbarElement = body; in shouldUseCustomScrollbars()
515 customScrollbarElement = docElement; in shouldUseCustomScrollbars()
531 Element* customScrollbarElement = 0; in createScrollbar() local
533 if (shouldUseCustomScrollbars(customScrollbarElement, customScrollbarFrame)) in createScrollbar()
534 …return RenderScrollbar::createCustomScrollbar(this, orientation, customScrollbarElement, customScr… in createScrollbar()
DFrameView.h439 bool shouldUseCustomScrollbars(Element*& customScrollbarElement, Frame*& customScrollbarFrame);