HomeSort by relevance Sort by last modified time
    Searched refs:shortcut_handling_suspended_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_keybinding_registry_cocoa.h 43 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/
global_shortcut_listener.cc 16 : 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_;
global_shortcut_listener.h 92 bool shortcut_handling_suspended_; member in class:extensions::GlobalShortcutListener
  /external/chromium_org/ui/views/focus/
focus_manager.h 231 shortcut_handling_suspended_ = suspended;
234 bool shortcut_handling_suspended() { return shortcut_handling_suspended_; }
349 static bool shortcut_handling_suspended_; member in class:views::FocusManager
focus_manager.cc 35 bool FocusManager::shortcut_handling_suspended_ = false;

Completed in 255 milliseconds