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_;
69 static bool shortcut_handling_suspended_; member in class:ExtensionKeybindingRegistryCocoa
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.h 47 shortcut_handling_suspended_ = suspended;
50 return shortcut_handling_suspended_;
77 static bool shortcut_handling_suspended_; member in class:ExtensionKeybindingRegistryGtk
extension_keybinding_registry_gtk.cc 21 bool ExtensionKeybindingRegistryGtk::shortcut_handling_suspended_ = false; member in class:ExtensionKeybindingRegistryGtk
49 if (shortcut_handling_suspended_)
  /external/chromium_org/ui/views/focus/
focus_manager.h 217 shortcut_handling_suspended_ = suspended;
220 bool shortcut_handling_suspended() { return shortcut_handling_suspended_; }
327 static bool shortcut_handling_suspended_; member in class:views::FocusManager
focus_manager.cc 27 bool FocusManager::shortcut_handling_suspended_ = false; member in class:views::FocusManager

Completed in 153 milliseconds