Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/
Dglobal_shortcut_listener.cc16 : 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()
Dglobal_shortcut_listener.h92 bool shortcut_handling_suspended_; variable
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_keybinding_registry_cocoa.h43 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()
46 return shortcut_handling_suspended_; in shortcut_handling_suspended()
70 static bool shortcut_handling_suspended_;
Dextension_keybinding_registry_cocoa.mm25 bool ExtensionKeybindingRegistryCocoa::shortcut_handling_suspended_ = false;
44 if (shortcut_handling_suspended_)
/external/chromium_org/ui/views/focus/
Dfocus_manager.h231 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
Dfocus_manager.cc35 bool FocusManager::shortcut_handling_suspended_ = false; member in views::FocusManager