Searched refs:shortcut_handling_suspended_ (Results 1 – 6 of 6) sorted by relevance
16 : shortcut_handling_suspended_(false) { in GlobalShortcutListener()86 if (shortcut_handling_suspended_ == suspended) in SetShortcutHandlingSuspended()89 shortcut_handling_suspended_ = suspended; in SetShortcutHandlingSuspended()98 if (shortcut_handling_suspended_) in SetShortcutHandlingSuspended()106 return shortcut_handling_suspended_; in IsShortcutHandlingSuspended()
92 bool shortcut_handling_suspended_; variable
43 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()46 return shortcut_handling_suspended_; in shortcut_handling_suspended()70 static bool shortcut_handling_suspended_;
25 bool ExtensionKeybindingRegistryCocoa::shortcut_handling_suspended_ = false;44 if (shortcut_handling_suspended_)
231 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()234 bool shortcut_handling_suspended() { return shortcut_handling_suspended_; } in shortcut_handling_suspended()349 static bool shortcut_handling_suspended_; variable
35 bool FocusManager::shortcut_handling_suspended_ = false; member in views::FocusManager