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/events/
event_processor.cc 35 if (event_to_dispatch->stopped_propagation())
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 210 bool stopped_propagation() const { return !!(result_ & ER_CONSUMED); } function in class:ui::Event
  /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/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 862 EXPECT_TRUE(press.stopped_propagation());
870 EXPECT_TRUE(move.stopped_propagation());
878 EXPECT_TRUE(release.stopped_propagation());
885 EXPECT_TRUE(press.stopped_propagation());
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 636 if (event->stopped_propagation())
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 1011 EXPECT_TRUE(backspace_p.stopped_propagation());
    [all...]

Completed in 652 milliseconds