Searched defs:TouchSelectionController (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/base/touch/
H A Dtouch_editing_controller.h52 // TouchSelectionController need not draw handles).
68 class UI_BASE_EXPORT TouchSelectionController { class in namespace:ui
70 virtual ~TouchSelectionController() {}
72 // Creates a TouchSelectionController. Caller owns the returned object.
73 static TouchSelectionController* create(
91 virtual TouchSelectionController* create(TouchEditable* client_view) = 0;
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_selection_controller.cc31 TouchSelectionController::TouchSelectionController( function in class:content::TouchSelectionController
52 TouchSelectionController::~TouchSelectionController() {
55 void TouchSelectionController::OnSelectionBoundsChanged(
113 bool TouchSelectionController::WillHandleTouchEvent(
140 void TouchSelectionController::OnLongPressEvent() {
147 void TouchSelectionController::OnTapEvent() {
155 void TouchSelectionController::HideAndDisallowShowingAutomatically() {
163 void TouchSelectionController
[all...]
H A Dtouch_selection_controller.h25 // Interface through which |TouchSelectionController| issues selection-related
42 class CONTENT_EXPORT TouchSelectionController : public TouchHandleClient { class in namespace:content
44 TouchSelectionController(TouchSelectionControllerClient* client,
47 virtual ~TouchSelectionController();
145 DISALLOW_COPY_AND_ASSIGN(TouchSelectionController);

Completed in 1353 milliseconds