HomeSort by relevance Sort by last modified time
    Searched defs:FocusManager (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/resources/history/
history_focus_manager.js 5 var FocusManager = cr.ui.FocusManager;
8 * A history-specific FocusManager implementation, which ensures that elements
19 __proto__: FocusManager.prototype,
  /external/chromium_org/ui/views/focus/
focus_manager.cc 35 bool FocusManager::shortcut_handling_suspended_ = false;
36 bool FocusManager::arrow_key_traversal_enabled_ = false;
38 FocusManager::FocusManager(Widget* widget, FocusManagerDelegate* delegate)
50 FocusManager::~FocusManager() {
53 bool FocusManager::OnKeyEvent(const ui::KeyEvent& event) {
125 void FocusManager::ValidateFocusedView() {
131 // hierarchy of the FocusManager.
132 bool FocusManager::ContainsView(View* view)
    [all...]
focus_manager.h 19 // 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 {
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.
274 // hierarchy of Widgets that this FocusManager is attached to the
350 // The top-level Widget this FocusManager is associated with
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 43 public class FocusManager {
44 private static final String TAG = "FocusManager";
100 public FocusManager(ComboPreferences preferences, String[] defaultFocusModes) {

Completed in 56 milliseconds