Home
last modified time | relevance | path

Searched refs:set_shortcut_handling_suspended (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_keybinding_registry_cocoa.h41 static void set_shortcut_handling_suspended(bool suspended) { in set_shortcut_handling_suspended() function
Dextension_keybinding_registry_cocoa.mm21 ExtensionKeybindingRegistryCocoa::set_shortcut_handling_suspended(suspended);
/external/chromium_org/chrome/browser/ui/gtk/extensions/
Dextension_keybinding_registry_gtk.h45 static void set_shortcut_handling_suspended(bool suspended) { in set_shortcut_handling_suspended() function
Dextension_keybinding_registry_gtk.cc18 ExtensionKeybindingRegistryGtk::set_shortcut_handling_suspended(suspended); in SetShortcutHandlingSuspended()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_keybinding_registry_views.cc17 views::FocusManager::set_shortcut_handling_suspended(suspended); in SetShortcutHandlingSuspended()
/external/chromium_org/ui/views/focus/
Dfocus_manager.h217 static void set_shortcut_handling_suspended(bool suspended) { in set_shortcut_handling_suspended() function