Searched refs:UnregisterAccelerators (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener.h52 void UnregisterAccelerators(Observer* observer);
55 // RegisterAccelerator/UnregisterAccelerator/UnregisterAccelerators are not
H A Dextension_commands_global_registry.cc34 global_shortcut_listener->UnregisterAccelerators(this);
H A Dglobal_shortcut_listener.cc68 void GlobalShortcutListener::UnregisterAccelerators(Observer* observer) { function in class:extensions::GlobalShortcutListener
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc156 UnregisterAccelerators();
221 void DropdownBarHost::UnregisterAccelerators() { function in class:DropdownBarHost
H A Ddropdown_bar_host.h111 virtual void UnregisterAccelerators();
H A Dfind_bar_host.h120 virtual void UnregisterAccelerators() OVERRIDE;
H A Dfind_bar_host.cc339 void FindBarHost::UnregisterAccelerators() { function in class:FindBarHost
344 DropdownBarHost::UnregisterAccelerators();
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_keybinding_registry_views.cc32 focus_manager_->UnregisterAccelerators(this);
/external/chromium_org/ui/views/focus/
H A Dfocus_manager.h262 void UnregisterAccelerators(ui::AcceleratorTarget* target);
H A Dfocus_manager.cc548 void FocusManager::UnregisterAccelerators(ui::AcceleratorTarget* target) { function in class:views::FocusManager
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view.cc105 observing_widget_->GetFocusManager()->UnregisterAccelerators(this);
/external/chromium_org/ui/views/
H A Dview.cc1114 UnregisterAccelerators(false);
1345 UnregisterAccelerators(true);
1861 UnregisterAccelerators(true);
2335 void View::UnregisterAccelerators(bool leave_data_intact) { function in class:views::View
2341 accelerator_focus_manager_->UnregisterAccelerators(this);
H A Dview.h1413 void UnregisterAccelerators(bool leave_data_intact);

Completed in 199 milliseconds