Home | History | Annotate | Download | only in chromium

Lines Matching full:touchmodifiers

95 static int touchModifiers;
323 touchModifiers = 0;
885 touchModifiers |= mask;
887 touchModifiers &= ~mask;
922 touchEvent.modifiers = touchModifiers;