Searched defs:TouchHandle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_handle.cc33 TouchHandle::TouchHandle(TouchHandleClient* client, function in class:content::TouchHandle
53 TouchHandle::~TouchHandle() {
56 void TouchHandle::SetEnabled(bool enabled) {
67 void TouchHandle::SetVisible(bool visible, AnimationStyle animation_style) {
90 void TouchHandle::SetPosition(const gfx::PointF& position) {
102 void TouchHandle::SetOrientation(TouchHandleOrientation orientation) {
117 bool TouchHandle::WillHandleTouchEvent(const ui::MotionEvent& event) {
178 bool TouchHandle
[all...]
H A Dtouch_handle.h19 class TouchHandle;
28 // Interface through which |TouchHandle| delegates rendering-specific duties.
40 // Interface through which |TouchHandle| communicates handle manipulation and
45 virtual void OnHandleDragBegin(const TouchHandle& handle) = 0;
46 virtual void OnHandleDragUpdate(const TouchHandle& handle,
48 virtual void OnHandleDragEnd(const TouchHandle& handle) = 0;
49 virtual void OnHandleTapped(const TouchHandle& handle) = 0;
58 class CONTENT_EXPORT TouchHandle { class in namespace:content
61 TouchHandle(TouchHandleClient* client, TouchHandleOrientation orientation);
62 ~TouchHandle();
[all...]

Completed in 4006 milliseconds