Home
last modified time | relevance | path

Searched refs:AshFocusRules (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/
Dash_focus_rules.cc51 AshFocusRules::AshFocusRules() { in AshFocusRules() function in ash::wm::AshFocusRules
54 AshFocusRules::~AshFocusRules() { in ~AshFocusRules()
60 bool AshFocusRules::SupportsChildActivation(aura::Window* window) const { in SupportsChildActivation()
71 bool AshFocusRules::IsWindowConsideredVisibleForActivation( in IsWindowConsideredVisibleForActivation()
86 bool AshFocusRules::CanActivateWindow(aura::Window* window) const { in CanActivateWindow()
102 aura::Window* AshFocusRules::GetNextActivatableWindow( in GetNextActivatableWindow()
137 aura::Window* AshFocusRules::GetTopmostWindowToActivateForContainerIndex( in GetTopmostWindowToActivateForContainerIndex()
151 aura::Window* AshFocusRules::GetTopmostWindowToActivateInContainer( in GetTopmostWindowToActivateInContainer()
Dash_focus_rules.h16 class ASH_EXPORT AshFocusRules : public views::corewm::BaseFocusRules {
18 AshFocusRules();
19 virtual ~AshFocusRules();
37 DISALLOW_COPY_AND_ASSIGN(AshFocusRules);
/external/chromium_org/ash/
Dshell.cc777 new views::corewm::FocusController(new wm::AshFocusRules); in Init()