Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.h117 bool shouldParticipateInHitTesting();
DScrollbar.cpp529 bool Scrollbar::shouldParticipateInHitTesting() in shouldParticipateInHitTesting() function in blink::Scrollbar
DScrollView.cpp699 …if (m_horizontalScrollbar && m_horizontalScrollbar->shouldParticipateInHitTesting() && m_horizonta… in scrollbarAtViewPoint()
701 …if (m_verticalScrollbar && m_verticalScrollbar->shouldParticipateInHitTesting() && m_verticalScrol… in scrollbarAtViewPoint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp938 …ollbar() && (relevancy == IgnoreOverlayScrollbarSize || !m_vBar->shouldParticipateInHitTesting()))) in verticalScrollbarWidth()
945 …ollbar() && (relevancy == IgnoreOverlayScrollbarSize || !m_hBar->shouldParticipateInHitTesting()))) in horizontalScrollbarHeight()
1096 if (m_vBar && m_vBar->shouldParticipateInHitTesting()) { in hitTestOverflowControls()
1108 if (m_hBar && m_hBar->shouldParticipateInHitTesting()) { in hitTestOverflowControls()