HomeSort by relevance Sort by last modified time
    Searched defs:SyntheticWebTouchEvent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/input/
synthetic_web_input_event_builders.h 58 class CONTENT_EXPORT SyntheticWebTouchEvent
61 SyntheticWebTouchEvent();
77 static SyntheticWebTouchEvent Build(blink::WebInputEvent::Type type);
synthetic_web_input_event_builders.cc 129 SyntheticWebTouchEvent::SyntheticWebTouchEvent() : WebTouchEvent() {}
131 void SyntheticWebTouchEvent::ResetPoints() {
145 int SyntheticWebTouchEvent::PressPoint(int x, int y) {
159 void SyntheticWebTouchEvent::MovePoint(int index, int x, int y) {
168 void SyntheticWebTouchEvent::ReleasePoint(int index) {
174 void SyntheticWebTouchEvent::CancelPoint(int index) {
180 void SyntheticWebTouchEvent::SetTimestamp(base::TimeDelta timestamp) {
184 SyntheticWebTouchEvent SyntheticWebTouchEventBuilder::Build(
187 SyntheticWebTouchEvent result
    [all...]

Completed in 105 milliseconds