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

  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener.h 92 bool shortcut_handling_suspended_; member in class:extensions::GlobalShortcutListener
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_keybinding_registry_cocoa.h 42 shortcut_handling_suspended_ = suspended;
45 return shortcut_handling_suspended_;
68 static bool shortcut_handling_suspended_; member in class:ExtensionKeybindingRegistryCocoa
  /external/chromium_org/ui/views/focus/
focus_manager.h 227 shortcut_handling_suspended_ = suspended;
230 bool shortcut_handling_suspended() { return shortcut_handling_suspended_; }
345 static bool shortcut_handling_suspended_; member in class:views::FocusManager

Completed in 61 milliseconds