Home | History | Annotate | Download | only in events

Lines Matching refs:ui_flags

52                                       int ui_flags,
54 return base::StringPrintf("ui_keycode=0x%X ui_flags=0x%X ui_type=%d",
56 ui_flags & ~ui::EF_IS_REPEAT,
67 int ui_flags,
69 const ui::KeyEvent event(ui_type, ui_keycode, ui_flags);