Searched refs:OnSelectionEvent (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_selection_controller.cc208 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());
H A Dtouch_selection_controller.h36 virtual void OnSelectionEvent(SelectionEventType event,
H A Dtouch_selection_controller_unittest.cc79 virtual void OnSelectionEvent(SelectionEventType event,
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.h235 void OnSelectionEvent(SelectionEventType event,
H A Dcontent_view_core_impl.cc583 void ContentViewCoreImpl::OnSelectionEvent(SelectionEventType event, function in class:content::ContentViewCoreImpl
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.h284 virtual void OnSelectionEvent(SelectionEventType event,
H A Drender_widget_host_view_android.cc1158 void RenderWidgetHostViewAndroid::OnSelectionEvent( function in class:content::RenderWidgetHostViewAndroid
1162 content_view_core_->OnSelectionEvent(event, position);

Completed in 119 milliseconds