Searched defs:FocusManager (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/resources/history/
H A Dhistory_focus_manager.js5 var FocusManager = cr.ui.FocusManager; variable
8 * A history-specific FocusManager implementation, which ensures that elements
12 * @extends {cr.ui.FocusManager}
20 __proto__: FocusManager.prototype,
/external/chromium_org/ui/views/focus/
H A Dfocus_manager.cc35 bool FocusManager::shortcut_handling_suspended_ = false;
36 bool FocusManager::arrow_key_traversal_enabled_ = false;
38 FocusManager::FocusManager(Widget* widget, FocusManagerDelegate* delegate) function in class:views::FocusManager
50 FocusManager::~FocusManager() {
53 bool FocusManager::OnKeyEvent(const ui::KeyEvent& event) {
129 void FocusManager::ValidateFocusedView() {
135 // hierarchy of the FocusManager.
136 bool FocusManager
[all...]
H A Dfocus_manager.h19 // The FocusManager class is used to handle focus traversal, store/restore
36 // window, it creates and owns a FocusManager to manage the focus for itself and
42 // The FocusManager contains a top FocusTraversable instance, which is the top
124 class VIEWS_EXPORT FocusManager { class in namespace:views
151 FocusManager(Widget* widget, FocusManagerDelegate* delegate);
152 virtual ~FocusManager();
160 // associated with this FocusManager.
166 // The FocusManager keeps track of the focused view within a RootView.
278 // hierarchy of Widgets that this FocusManager is attached to the
354 // The top-level Widget this FocusManager i
[all...]

Completed in 781 milliseconds