OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnSelectionEvent
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.cc
208
client_->
OnSelectionEvent
(INSERTION_DRAG_STARTED, handle.position());
219
client_->
OnSelectionEvent
(SELECTION_DRAG_STARTED, handle.position());
239
client_->
OnSelectionEvent
(SELECTION_DRAG_STOPPED, handle.position());
244
client_->
OnSelectionEvent
(INSERTION_TAPPED, handle.position());
293
client_->
OnSelectionEvent
(INSERTION_MOVED, position);
326
client_->
OnSelectionEvent
(INSERTION_SHOWN, GetStartPosition());
336
client_->
OnSelectionEvent
(INSERTION_CLEARED, gfx::PointF());
362
client_->
OnSelectionEvent
(SELECTION_SHOWN, GetStartPosition());
374
client_->
OnSelectionEvent
(SELECTION_CLEARED, gfx::PointF());
touch_selection_controller.h
36
virtual void
OnSelectionEvent
(SelectionEventType event,
touch_selection_controller_unittest.cc
79
virtual void
OnSelectionEvent
(SelectionEventType event,
/external/chromium_org/content/browser/android/
content_view_core_impl.h
235
void
OnSelectionEvent
(SelectionEventType event,
content_view_core_impl.cc
583
void ContentViewCoreImpl::
OnSelectionEvent
(SelectionEventType event,
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h
284
virtual void
OnSelectionEvent
(SelectionEventType event,
render_widget_host_view_android.cc
[
all
...]
Completed in 569 milliseconds