Searched refs:m_rootEditableElementForSelectionOnMouseDown (Results 1 – 3 of 3) sorted by relevance
161 …m_rootEditableElementForSelectionOnMouseDown = document()->frame()->selection()->rootEditableEleme… in defaultEventHandler()166 m_rootEditableElementForSelectionOnMouseDown = 0; in defaultEventHandler()522 …hiftKey || (eventType == MouseEventWithoutShiftKey && m_rootEditableElementForSelectionOnMouseDown… in treatLinkAsLiveForEventType()
126 RefPtr<Element> m_rootEditableElementForSelectionOnMouseDown; variable
66841 Also made m_rootEditableElementForSelectionOnMouseDown a RefPtr.