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 43 shortcut_handling_suspended_ = suspended;
46 return shortcut_handling_suspended_;
70 static bool shortcut_handling_suspended_; member in class:ExtensionKeybindingRegistryCocoa
  /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

Completed in 675 milliseconds