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

  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 189 bool updateSelectionForMouseDownDispatchingSelectStart(Node*, const VisibleSelection&, TextGranularity);
EventHandler.cpp 351 bool EventHandler::updateSelectionForMouseDownDispatchingSelectStart(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity)
386 updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
411 updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
445 updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
487 return updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), ParagraphGranularity);
560 updateSelectionForMouseDownDispatchingSelectStart(innerNode, newSelection, granularity);
    [all...]

Completed in 36 milliseconds