OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateSelectionForMouseDownDispatchingSelectStart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h
184
bool
updateSelectionForMouseDownDispatchingSelectStart
(Node*, const VisibleSelection&, TextGranularity);
EventHandler.cpp
439
bool EventHandler::
updateSelectionForMouseDownDispatchingSelectStart
(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity)
474
updateSelectionForMouseDownDispatchingSelectStart
(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
499
updateSelectionForMouseDownDispatchingSelectStart
(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
533
updateSelectionForMouseDownDispatchingSelectStart
(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
571
return
updateSelectionForMouseDownDispatchingSelectStart
(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), ParagraphGranularity);
638
bool handled =
updateSelectionForMouseDownDispatchingSelectStart
(innerNode, newSelection, granularity);
[
all
...]
Completed in 24 milliseconds