Home
last modified time | relevance | path

Searched refs:shortcut_handling_suspended_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_keybinding_registry_cocoa.h42 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()
45 return shortcut_handling_suspended_; in shortcut_handling_suspended()
68 static bool shortcut_handling_suspended_;
Dextension_keybinding_registry_cocoa.mm24 bool ExtensionKeybindingRegistryCocoa::shortcut_handling_suspended_ = false;
42 if (shortcut_handling_suspended_)
/external/chromium_org/chrome/browser/ui/gtk/extensions/
Dextension_keybinding_registry_gtk.h46 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
Dextension_keybinding_registry_gtk.cc21 bool ExtensionKeybindingRegistryGtk::shortcut_handling_suspended_ = false; member in ExtensionKeybindingRegistryGtk
49 if (shortcut_handling_suspended_) in HasPriorityHandler()
/external/chromium_org/ui/views/focus/
Dfocus_manager.h218 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
Dfocus_manager.cc31 bool FocusManager::shortcut_handling_suspended_ = false; member in views::FocusManager