Searched refs:m_beganSelectingText (Results 1 – 3 of 3) sorted by relevance
151 , m_beganSelectingText(false) in EventHandler()229 m_beganSelectingText = true; in selectClosestWordFromMouseEvent()255 m_beganSelectingText = true; in selectClosestWordOrLinkFromMouseEvent()274 m_beganSelectingText = true; in handleMousePressEventDoubleClick()298 m_beganSelectingText = true; in handleMousePressEventTripleClick()346 m_beganSelectingText = true; in handleMousePressEventSingleClick()408 m_beganSelectingText = false; in handleMousePressEvent()548 if (!m_beganSelectingText) { in updateSelectionForMouseDrag()549 m_beganSelectingText = true; in updateSelectionForMouseDrag()600 if (m_mouseDownWasSingleClickInSelection && !m_beganSelectingText in handleMouseReleaseEvent()
301 bool m_beganSelectingText; variable
43930 m_mouseMovedSinceLastMousePress to m_beganSelectingText.43932 (KHTMLPart::handleMousePressEventDoubleClick): Set m_beganSelectingText if the double-click43940 … click to check the m_beganSelectingText boolean so it won't run when you shift-click, for example.