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

  /external/chromium_org/ui/events/
event_constants.h 124 ER_CONSUMED = 1 << 1, // The event has been handled, and it should not be
event_dispatcher_unittest.cc 104 if (event_result_ & ui::ER_CONSUMED)
296 h5.set_event_result(ER_CONSUMED);
310 h1.set_event_result(ER_CONSUMED);
368 EXPECT_EQ(ER_CONSUMED, mouse.result());
420 EXPECT_EQ(ER_CONSUMED, mouse.result());
event.h 194 bool stopped_propagation() const { return !!(result_ & ER_CONSUMED); }
event.cc 130 result_ = static_cast<EventResult>(result_ | ER_CONSUMED);
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 82 if (key_result_ & ui::ER_CONSUMED)
90 if (mouse_result_ & ui::ER_CONSUMED)
693 f1->set_key_event_handling_result(ui::ER_CONSUMED);
694 f1->set_mouse_event_handling_result(ui::ER_CONSUMED);
  /external/chromium_org/ui/events/gestures/
gesture_recognizer_impl.cc 304 if (!(result & ER_CONSUMED)) {
gesture_sequence.cc 501 if (result & ER_CONSUMED)
    [all...]

Completed in 105 milliseconds