Searched refs:m_beganSelectingText (Results 1 – 3 of 3) sorted by relevance
159 , m_beganSelectingText(false) in EventHandler()243 m_beganSelectingText = true; in selectClosestWordFromMouseEvent()269 m_beganSelectingText = true; in selectClosestWordOrLinkFromMouseEvent()288 m_beganSelectingText = true; in handleMousePressEventDoubleClick()312 m_beganSelectingText = true; in handleMousePressEventTripleClick()360 m_beganSelectingText = true; in handleMousePressEventSingleClick()428 m_beganSelectingText = false; in handleMousePressEvent()569 if (!m_beganSelectingText) { in updateSelectionForMouseDrag()570 m_beganSelectingText = true; in updateSelectionForMouseDrag()624 if (m_mouseDownWasSingleClickInSelection && !m_beganSelectingText in handleMouseReleaseEvent()
350 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.