updateSelectionForMouseDownDispatchingSelectStart  440 Source/core/page/EventHandler.cpp         updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
updateSelectionForMouseDownDispatchingSelectStart  465 Source/core/page/EventHandler.cpp         updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
updateSelectionForMouseDownDispatchingSelectStart  499 Source/core/page/EventHandler.cpp         updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
updateSelectionForMouseDownDispatchingSelectStart  541 Source/core/page/EventHandler.cpp     return updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), ParagraphGranularity);
updateSelectionForMouseDownDispatchingSelectStart  613 Source/core/page/EventHandler.cpp     bool handled = updateSelectionForMouseDownDispatchingSelectStart(innerNode, newSelection, granularity);
updateSelectionForMouseDownDispatchingSelectStart  186 Source/core/page/EventHandler.h     bool updateSelectionForMouseDownDispatchingSelectStart(Node*, const VisibleSelection&, TextGranularity);