Searched refs:shouldParticipateInHitTesting (Results 1 – 4 of 4) sorted by relevance
117 bool shouldParticipateInHitTesting();
529 bool Scrollbar::shouldParticipateInHitTesting() in shouldParticipateInHitTesting() function in blink::Scrollbar
699 …if (m_horizontalScrollbar && m_horizontalScrollbar->shouldParticipateInHitTesting() && m_horizonta… in scrollbarAtViewPoint()701 …if (m_verticalScrollbar && m_verticalScrollbar->shouldParticipateInHitTesting() && m_verticalScrol… in scrollbarAtViewPoint()
938 …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()