Home
last modified time | relevance | path

Searched refs:HaveNotStartedSelection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h307 enum SelectionInitiationState { HaveNotStartedSelection, PlacedCaret, ExtendedSelection }; enumerator
DEventHandler.cpp314 , m_selectionInitiationState(HaveNotStartedSelection) in EventHandler()
703 m_selectionInitiationState = HaveNotStartedSelection; in handleMousePressEvent()
802 if (m_selectionInitiationState == HaveNotStartedSelection && !dispatchSelectStart(target)) in updateSelectionForMouseDrag()