Searched defs:changed_button_flags (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_ozone.cc191 int changed_button_flags) {
199 changed_button_flags));
205 int changed_button_flags) {
207 type, location, location, flags, changed_button_flags);
188 PostMouseEvent(ui::EventType type, const gfx::PointF& location, int flags, int changed_button_flags) argument
202 PostMouseEventTask(ui::EventType type, const gfx::PointF& location, int flags, int changed_button_flags) argument
/external/chromium_org/ui/events/
H A Devent.cc322 int changed_button_flags)
324 changed_button_flags_(changed_button_flags) {
366 if (event.changed_button_flags() ==
367 last_click_event_->changed_button_flags()) {
474 int changed_button_flags)
476 changed_button_flags),
318 MouseEvent(EventType type, const gfx::PointF& location, const gfx::PointF& root_location, int flags, int changed_button_flags) argument
470 MouseWheelEvent(const gfx::Vector2d& offset, const gfx::PointF& location, const gfx::PointF& root_location, int flags, int changed_button_flags) argument
H A Devent.h359 int changed_button_flags);
411 int changed_button_flags() const { return changed_button_flags_; } function in class:ui::MouseEvent
463 int changed_button_flags);

Completed in 877 milliseconds