HomeSort by relevance Sort by last modified time
    Searched refs:stopped_propagation (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ash/accelerators/
accelerator_filter_unittest.cc 101 EXPECT_FALSE(press_a.stopped_propagation());
111 EXPECT_TRUE(press_mute.stopped_propagation());
121 EXPECT_FALSE(press_volume_up.stopped_propagation());
129 EXPECT_FALSE(press_volume_up.stopped_propagation());
  /external/chromium_org/ui/wm/core/
compound_event_filter.cc 135 while (!event->stopped_propagation() && (handler = it.GetNext()) != NULL)
144 while (!event->stopped_propagation() && (handler = it.GetNext()) != NULL)
153 while (!event->stopped_propagation() && (handler = it.GetNext()) != NULL)
247 while (!event->stopped_propagation() && (handler = it.GetNext()) != NULL)
  /external/chromium_org/ui/events/
event_dispatcher_unittest.cc 262 EXPECT_FALSE(mouse.stopped_propagation());
279 EXPECT_FALSE(mouse.stopped_propagation());
299 EXPECT_TRUE(mouse.stopped_propagation());
313 EXPECT_TRUE(mouse.stopped_propagation());
476 EXPECT_TRUE(mouse.stopped_propagation());
518 EXPECT_FALSE(mouse.stopped_propagation());
575 EXPECT_TRUE(mouse.stopped_propagation());
event_dispatcher.cc 167 if (delegate_ && !event->stopped_propagation())
event.h 194 bool stopped_propagation() const { return !!(result_ & ER_CONSUMED); } function in class:ui::Event
  /external/chromium_org/ui/views/widget/
root_view.cc 588 if (handler_event.stopped_propagation()) {
609 if (gesture_event.stopped_propagation()) {
676 if (gesture_event.stopped_propagation())
widget_unittest.cc 908 EXPECT_TRUE(backspace_p.stopped_propagation());
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 855 EXPECT_TRUE(press.stopped_propagation());
863 EXPECT_TRUE(move.stopped_propagation());
871 EXPECT_TRUE(release.stopped_propagation());
878 EXPECT_TRUE(press.stopped_propagation());
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 632 if (event->stopped_propagation())
    [all...]

Completed in 639 milliseconds