Home
last modified time | relevance | path

Searched refs:stopped_propagation (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ash/accelerators/
Daccelerator_filter_unittest.cc101 EXPECT_FALSE(press_a.stopped_propagation()); in TEST_F()
111 EXPECT_TRUE(press_mute.stopped_propagation()); in TEST_F()
121 EXPECT_FALSE(press_volume_up.stopped_propagation()); in TEST_F()
129 EXPECT_FALSE(press_volume_up.stopped_propagation()); in TEST_F()
/external/chromium_org/ui/wm/core/
Dcompound_event_filter.cc135 while (!event->stopped_propagation() && (handler = it.GetNext()) != NULL) in FilterKeyEvent()
144 while (!event->stopped_propagation() && (handler = it.GetNext()) != NULL) in FilterMouseEvent()
153 while (!event->stopped_propagation() && (handler = it.GetNext()) != NULL) in FilterTouchEvent()
247 while (!event->stopped_propagation() && (handler = it.GetNext()) != NULL) in OnGestureEvent()
/external/chromium_org/ui/events/
Devent_dispatcher_unittest.cc262 EXPECT_FALSE(mouse.stopped_propagation()); in TEST()
279 EXPECT_FALSE(mouse.stopped_propagation()); in TEST()
299 EXPECT_TRUE(mouse.stopped_propagation()); in TEST()
313 EXPECT_TRUE(mouse.stopped_propagation()); in TEST()
476 EXPECT_TRUE(mouse.stopped_propagation()); in TEST()
518 EXPECT_FALSE(mouse.stopped_propagation()); in TEST()
575 EXPECT_TRUE(mouse.stopped_propagation()); in TEST()
Devent_processor.cc35 if (event_to_dispatch->stopped_propagation()) in OnEventFromSource()
Devent_dispatcher.cc167 if (delegate_ && !event->stopped_propagation()) in DispatchEventToEventHandlers()
Devent.h210 bool stopped_propagation() const { return !!(result_ & ER_CONSUMED); } in stopped_propagation() function
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura_unittest.cc862 EXPECT_TRUE(press.stopped_propagation()); in TEST_F()
870 EXPECT_TRUE(move.stopped_propagation()); in TEST_F()
878 EXPECT_TRUE(release.stopped_propagation()); in TEST_F()
885 EXPECT_TRUE(press.stopped_propagation()); in TEST_F()
941 EXPECT_TRUE(press.stopped_propagation()); in TEST_F()
948 EXPECT_TRUE(move.stopped_propagation()); in TEST_F()
957 EXPECT_TRUE(move.stopped_propagation()); in TEST_F()
964 EXPECT_TRUE(release.stopped_propagation()); in TEST_F()
/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc636 if (event->stopped_propagation()) in OnGestureEvent()
/external/chromium_org/ui/views/widget/
Dwidget_unittest.cc1011 EXPECT_TRUE(backspace_p.stopped_propagation()); in TEST_F()