Searched refs:shortcut_handling_suspended_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_keybinding_registry_cocoa.h43 shortcut_handling_suspended_ = suspended;
46 return shortcut_handling_suspended_;
70 static bool shortcut_handling_suspended_; member in class:ExtensionKeybindingRegistryCocoa
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener.cc16 : shortcut_handling_suspended_(false) {
86 if (shortcut_handling_suspended_ == suspended)
89 shortcut_handling_suspended_ = suspended;
98 if (shortcut_handling_suspended_)
106 return shortcut_handling_suspended_;
H A Dglobal_shortcut_listener.h92 bool shortcut_handling_suspended_; member in class:extensions::GlobalShortcutListener
/external/chromium_org/ui/views/focus/
H A Dfocus_manager.h231 shortcut_handling_suspended_ = suspended;
234 bool shortcut_handling_suspended() { return shortcut_handling_suspended_; }
349 static bool shortcut_handling_suspended_; member in class:views::FocusManager
H A Dfocus_manager.cc35 bool FocusManager::shortcut_handling_suspended_ = false;

Completed in 214 milliseconds