Home
last modified time | relevance | path

Searched refs:dispatchSelectStart (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.h257 bool dispatchSelectStart();
DFrameSelection.cpp944 … if (trialFrameSelection->selection().isRange() && m_selection.isCaret() && !dispatchSelectStart()) in modify()
1814 bool FrameSelection::dispatchSelectStart() in dispatchSelectStart() function in WebCore::FrameSelection
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp330 static inline bool dispatchSelectStart(Node* node) in dispatchSelectStart() function
356 if (!dispatchSelectStart(targetNode)) in updateSelectionForMouseDownDispatchingSelectStart()
727 if (m_selectionInitiationState == HaveNotStartedSelection && !dispatchSelectStart(target)) in updateSelectionForMouseDrag()