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

/external/chromium_org/content/common/input/
H A Dsynthetic_web_input_event_builders.h61 class CONTENT_EXPORT SyntheticWebTouchEvent class in namespace:content
64 SyntheticWebTouchEvent();
H A Dsynthetic_web_input_event_builders.cc150 SyntheticWebTouchEvent::SyntheticWebTouchEvent() : WebTouchEvent() { function in class:content::SyntheticWebTouchEvent
154 void SyntheticWebTouchEvent::ResetPoints() {
168 int SyntheticWebTouchEvent::PressPoint(float x, float y) {
183 void SyntheticWebTouchEvent::MovePoint(int index, float x, float y) {
193 void SyntheticWebTouchEvent::ReleasePoint(int index) {
200 void SyntheticWebTouchEvent::CancelPoint(int index) {
207 void SyntheticWebTouchEvent::SetTimestamp(base::TimeDelta timestamp) {

Completed in 1746 milliseconds