Searched refs:shouldUseCustomScrollbars (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h420 bool shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame);
H A DFrameView.cpp371 bool FrameView::shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame) function in class:blink::FrameView
412 if (shouldUseCustomScrollbars(customScrollbarElement, customScrollbarFrame))
1707 // also check if custom scrollbars (as reported by shouldUseCustomScrollbars)

Completed in 887 milliseconds