Searched refs:stopped_propagation (Results 1 – 9 of 9) sorted by relevance
101 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()
135 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()
262 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()
35 if (event_to_dispatch->stopped_propagation()) in OnEventFromSource()
167 if (delegate_ && !event->stopped_propagation()) in DispatchEventToEventHandlers()
210 bool stopped_propagation() const { return !!(result_ & ER_CONSUMED); } in stopped_propagation() function
862 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()
636 if (event->stopped_propagation()) in OnGestureEvent()
1011 EXPECT_TRUE(backspace_p.stopped_propagation()); in TEST_F()