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

  /external/chromium_org/ui/wm/core/
focus_controller.cc 118 // Focusing a window also activates its containing activatable window. Note
121 aura::Window* activatable = local
124 // We need valid focusable/activatable windows in the event we're not clearing
127 if (window && (!focusable || !activatable))
129 DCHECK((focusable && activatable) || !window);
135 SetActiveWindow(window, activatable);
  /external/chromium_org/ui/views/widget/
widget.h 165 enum Activatable {
166 // Infer whether the window should be activatable from the window type.
210 Activatable activatable; member in struct:views::Widget::InitParams
    [all...]

Completed in 67 milliseconds