Searched refs:shortcut_handling_suspended_ (Results 1 – 6 of 6) sorted by relevance
42 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()45 return shortcut_handling_suspended_; in shortcut_handling_suspended()68 static bool shortcut_handling_suspended_;
24 bool ExtensionKeybindingRegistryCocoa::shortcut_handling_suspended_ = false;42 if (shortcut_handling_suspended_)
46 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()49 return shortcut_handling_suspended_; in shortcut_handling_suspended()76 static bool shortcut_handling_suspended_; variable
21 bool ExtensionKeybindingRegistryGtk::shortcut_handling_suspended_ = false; member in ExtensionKeybindingRegistryGtk49 if (shortcut_handling_suspended_) in HasPriorityHandler()
218 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()221 bool shortcut_handling_suspended() { return shortcut_handling_suspended_; } in shortcut_handling_suspended()336 static bool shortcut_handling_suspended_; variable
31 bool FocusManager::shortcut_handling_suspended_ = false; member in views::FocusManager