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

/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_web.h14 class MotionEventWeb : public ui::MotionEvent { class in namespace:content
16 explicit MotionEventWeb(const blink::WebTouchEvent& event);
17 virtual ~MotionEventWeb();
54 DISALLOW_COPY_AND_ASSIGN(MotionEventWeb);
H A Dmotion_event_web.cc57 MotionEventWeb::MotionEventWeb(const WebTouchEvent& event) function in class:content::MotionEventWeb
64 MotionEventWeb::~MotionEventWeb() {}
66 int MotionEventWeb::GetId() const {
70 MotionEventWeb::Action MotionEventWeb::GetAction() const {
74 int MotionEventWeb::GetActionIndex() const { return cached_action_index_; }
76 size_t MotionEventWeb::GetPointerCount() const { return event_.touchesLength; }
78 int MotionEventWeb
[all...]

Completed in 206 milliseconds