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 42 shortcut_handling_suspended_ = suspended;
45 return shortcut_handling_suspended_;
68 static bool shortcut_handling_suspended_; member in class:ExtensionKeybindingRegistryCocoa
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.h 46 shortcut_handling_suspended_ = suspended;
49 return shortcut_handling_suspended_;
76 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 218 shortcut_handling_suspended_ = suspended;
221 bool shortcut_handling_suspended() { return shortcut_handling_suspended_; }
336 static bool shortcut_handling_suspended_; member in class:views::FocusManager
focus_manager.cc 31 bool FocusManager::shortcut_handling_suspended_ = false;

Completed in 262 milliseconds