HomeSort by relevance Sort by last modified time
    Searched refs:HaveNotStartedSelection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 321 enum SelectionInitiationState { HaveNotStartedSelection, PlacedCaret, ExtendedSelection };
EventHandler.cpp 208 , m_selectionInitiationState(HaveNotStartedSelection)
626 m_selectionInitiationState = HaveNotStartedSelection;
727 if (m_selectionInitiationState == HaveNotStartedSelection && !dispatchSelectStart(target))
    [all...]

Completed in 314 milliseconds