Searched refs:ET_TOUCH_CANCELLED (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/ui/events/
H A Devent_constants.h26 ET_TOUCH_CANCELLED, enumerator in enum:ui::EventType
H A Devent_utils.cc56 case ET_TOUCH_CANCELLED:
H A Devent.h115 type_ == ET_TOUCH_CANCELLED;
157 case ui::ET_TOUCH_CANCELLED:
H A Devent.cc51 CASE_TYPE(ET_TOUCH_CANCELLED);
/external/chromium_org/ash/touch/
H A Dtouch_hud_projection.cc58 touch.type() == ui::ET_TOUCH_CANCELLED) {
170 event->type() == ui::ET_TOUCH_CANCELLED)
H A Dtouch_hud_debug.cc64 case ui::ET_TOUCH_CANCELLED:
162 log_.back().type != ui::ET_TOUCH_CANCELLED;
279 if (point.type != ui::ET_TOUCH_CANCELLED)
444 while (point != trace.log().rend() && point->type == ui::ET_TOUCH_CANCELLED)
H A Dtouch_observer_hud_unittest.cc534 SendTouchEventToInternalHud(ui::ET_TOUCH_CANCELLED, gfx::Point(10, 20), 1);
/external/chromium_org/chrome/browser/ui/views/
H A Djavascript_app_modal_event_blocker_x11.cc84 if (event->type() != ui::ET_TOUCH_CANCELLED &&
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc87 case ET_TOUCH_CANCELLED:
203 event.type() != ET_TOUCH_CANCELLED) {
266 case ET_TOUCH_CANCELLED:
H A Dgesture_recognizer_impl.cc186 TouchEvent touch_event(ui::ET_TOUCH_CANCELLED,
219 event.type() == ui::ET_TOUCH_CANCELLED) {
/external/chromium_org/content/browser/renderer_host/
H A Dui_events_helper.cc53 return ui::ET_TOUCH_CANCELLED;
69 case ui::ET_TOUCH_CANCELLED:
85 case ui::ET_TOUCH_CANCELLED:
113 type = ui::ET_TOUCH_CANCELLED;
259 case ui::ET_TOUCH_CANCELLED:
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc100 } else if (type == ui::ET_TOUCH_RELEASED || type == ui::ET_TOUCH_CANCELLED) {
127 if ((type == ui::ET_TOUCH_RELEASED || type == ui::ET_TOUCH_CANCELLED) &&
256 } else if (type == ui::ET_TOUCH_RELEASED || type == ui::ET_TOUCH_CANCELLED) {
363 } else if (type == ui::ET_TOUCH_RELEASED || type == ui::ET_TOUCH_CANCELLED) {
393 } else if (type == ui::ET_TOUCH_RELEASED || type == ui::ET_TOUCH_CANCELLED) {
426 } else if (type == ui::ET_TOUCH_RELEASED || type == ui::ET_TOUCH_CANCELLED) {
518 new ui::TouchEvent(ui::ET_TOUCH_CANCELLED,
546 new ui::TouchEvent(ui::ET_TOUCH_CANCELLED,
555 } else if (type == ui::ET_TOUCH_RELEASED || type == ui::ET_TOUCH_CANCELLED) {
H A Dtouch_exploration_controller_unittest.cc1187 EXPECT_EQ(ui::ET_TOUCH_CANCELLED, captured_events[1]->type());
1230 EXPECT_EQ(ui::ET_TOUCH_CANCELLED, captured_events[1]->type());
1258 EXPECT_EQ(ui::ET_TOUCH_CANCELLED, captured_events[1]->type());
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_touch_uma_histogram.cc61 case ET_TOUCH_CANCELLED:
/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11.cc201 case ui::ET_TOUCH_CANCELLED:
/external/chromium_org/ui/wm/core/
H A Dwindow_modality_controller.cc196 if (event->type() == ui::ET_TOUCH_CANCELLED)
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc101 case ET_TOUCH_CANCELLED:
/external/chromium_org/ui/events/x/
H A Devents_x.cc258 return TouchEventIsGeneratedHack(native_event) ? ui::ET_TOUCH_CANCELLED :
762 if (type == ui::ET_TOUCH_CANCELLED ||
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc396 if (event->type() == ui::ET_TOUCH_CANCELLED)
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc229 event->type() != ui::ET_TOUCH_CANCELLED)
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc656 case ui::ET_TOUCH_CANCELLED:
H A Dwindow_event_dispatcher.cc883 // Handle ET_TOUCH_CANCELLED only if it has a native event.
884 case ui::ET_TOUCH_CANCELLED:
H A Dwindow_event_dispatcher_unittest.cc534 case ui::ET_TOUCH_CANCELLED:
1694 EXPECT_EQ(ui::ET_TOUCH_CANCELLED, recorder.events()[0]);
/external/chromium_org/ash/wm/
H A Dwindow_modality_controller_unittest.cc374 EXPECT_EQ(ui::ET_TOUCH_CANCELLED, d1.last_event_type());
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc552 case ui::ET_TOUCH_CANCELLED:
597 if (event->type() == ui::ET_TOUCH_CANCELLED) {
2470 touch1.reset(new ui::TouchEvent(ui::ET_TOUCH_CANCELLED, gfx::Point(30, 30), 1,
2815 ui::TouchEvent cancel(ui::ET_TOUCH_CANCELLED, gfx::Point(130, 201),
2847 ui::TouchEvent cancel(ui::ET_TOUCH_CANCELLED, gfx::Point(130, 201),

Completed in 2393 milliseconds