Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.h118 bool shouldParticipateInHitTesting();
DScrollbar.cpp541 bool Scrollbar::shouldParticipateInHitTesting() in shouldParticipateInHitTesting() function in WebCore::Scrollbar
DScrollView.cpp699 …if (m_horizontalScrollbar && m_horizontalScrollbar->shouldParticipateInHitTesting() && m_horizonta… in scrollbarAtPoint()
701 …if (m_verticalScrollbar && m_verticalScrollbar->shouldParticipateInHitTesting() && m_verticalScrol… in scrollbarAtPoint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp840 …ollbar() && (relevancy == IgnoreOverlayScrollbarSize || !m_vBar->shouldParticipateInHitTesting()))) in verticalScrollbarWidth()
847 …ollbar() && (relevancy == IgnoreOverlayScrollbarSize || !m_hBar->shouldParticipateInHitTesting()))) in horizontalScrollbarHeight()
1017 if (m_vBar && m_vBar->shouldParticipateInHitTesting()) { in hitTestOverflowControls()
1029 if (m_hBar && m_hBar->shouldParticipateInHitTesting()) { in hitTestOverflowControls()
DRenderListBox.cpp470 if (!m_vBar || !m_vBar->shouldParticipateInHitTesting()) in isPointInOverflowControl()