Searched refs:cef_modifiers (Results 1 – 7 of 7) sorted by relevance
192 uint32 cef_modifiers) { in TranslateUiEventModifiers() argument195 if (cef_modifiers & EVENTFLAG_CAPS_LOCK_ON) in TranslateUiEventModifiers()197 if (cef_modifiers & EVENTFLAG_SHIFT_DOWN) in TranslateUiEventModifiers()199 if (cef_modifiers & EVENTFLAG_CONTROL_DOWN) in TranslateUiEventModifiers()201 if (cef_modifiers & EVENTFLAG_ALT_DOWN) in TranslateUiEventModifiers()203 if (cef_modifiers & EVENTFLAG_LEFT_MOUSE_BUTTON) in TranslateUiEventModifiers()205 if (cef_modifiers & EVENTFLAG_MIDDLE_MOUSE_BUTTON) in TranslateUiEventModifiers()207 if (cef_modifiers & EVENTFLAG_RIGHT_MOUSE_BUTTON) in TranslateUiEventModifiers()209 if (cef_modifiers & EVENTFLAG_COMMAND_DOWN) in TranslateUiEventModifiers()211 if (cef_modifiers & EVENTFLAG_NUM_LOCK_ON) in TranslateUiEventModifiers()[all …]
72 static int TranslateUiEventModifiers(uint32 cef_modifiers);73 static int TranslateUiChangedButtonFlags(uint32 cef_modifiers);
126 NSUInteger NativeModifiers(int cef_modifiers) {128 if (cef_modifiers & EVENTFLAG_SHIFT_DOWN)130 if (cef_modifiers & EVENTFLAG_CONTROL_DOWN)132 if (cef_modifiers & EVENTFLAG_ALT_DOWN)134 if (cef_modifiers & EVENTFLAG_COMMAND_DOWN)136 if (cef_modifiers & EVENTFLAG_CAPS_LOCK_ON)138 if (cef_modifiers & EVENTFLAG_NUM_LOCK_ON)
397 uint32 cef_modifiers) { in TranslateWebEventModifiers() argument400 if (cef_modifiers & EVENTFLAG_CAPS_LOCK_ON) in TranslateWebEventModifiers()402 if (cef_modifiers & EVENTFLAG_SHIFT_DOWN) in TranslateWebEventModifiers()404 if (cef_modifiers & EVENTFLAG_CONTROL_DOWN) in TranslateWebEventModifiers()406 if (cef_modifiers & EVENTFLAG_ALT_DOWN) in TranslateWebEventModifiers()408 if (cef_modifiers & EVENTFLAG_LEFT_MOUSE_BUTTON) in TranslateWebEventModifiers()410 if (cef_modifiers & EVENTFLAG_MIDDLE_MOUSE_BUTTON) in TranslateWebEventModifiers()412 if (cef_modifiers & EVENTFLAG_RIGHT_MOUSE_BUTTON) in TranslateWebEventModifiers()414 if (cef_modifiers & EVENTFLAG_COMMAND_DOWN) in TranslateWebEventModifiers()416 if (cef_modifiers & EVENTFLAG_NUM_LOCK_ON) in TranslateWebEventModifiers()[all …]
369 static int TranslateWebEventModifiers(uint32 cef_modifiers);
17550 if (cef_modifiers & EVENTFLAG_RIGHT_MOUSE_BUTTON)17552 + if (cef_modifiers & EVENTFLAG_BACK_MOUSE_BUTTON)17554 + if (cef_modifiers & EVENTFLAG_FORWARD_MOUSE_BUTTON)17556 if (cef_modifiers & EVENTFLAG_COMMAND_DOWN)17558 if (cef_modifiers & EVENTFLAG_NUM_LOCK_ON)
5923 uint32 cef_modifiers) {