Home | History | Annotate | Download | only in platform

Lines Matching refs:NoPart

77     , m_hoveredPart(NoPart)
78 , m_pressedPart(NoPart)
188 if (m_pressedPart == ThumbPart || m_pressedPart == NoPart)
281 if ((m_hoveredPart == NoPart || part == NoPart) && theme()->invalidateOnMouseEnterExit())
283 else if (m_pressedPart == NoPart) { // When there's a pressed part, we don't draw a hovered state, so there's no reason to invalidate.
292 if (m_pressedPart != NoPart)
295 if (m_pressedPart != NoPart)
297 else if (m_hoveredPart != NoPart) // When we no longer have a pressed part, we can start drawing a hovered state on the hovered part.
315 if (m_pressedPart != NoPart)
320 if (m_pressedPart != NoPart) {
342 setHoveredPart(NoPart);
348 setPressedPart(NoPart);