HomeSort by relevance Sort by last modified time
    Searched refs:AshFocusRules (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/
ash_focus_rules.h 16 class ASH_EXPORT AshFocusRules : public ::wm::BaseFocusRules {
18 AshFocusRules();
19 virtual ~AshFocusRules();
37 DISALLOW_COPY_AND_ASSIGN(AshFocusRules);
ash_focus_rules.cc 48 // AshFocusRules, public:
50 AshFocusRules::AshFocusRules() {
53 AshFocusRules::~AshFocusRules() {
57 // AshFocusRules, ::wm::FocusRules:
59 bool AshFocusRules::SupportsChildActivation(aura::Window* window) const {
70 bool AshFocusRules::IsWindowConsideredVisibleForActivation(
85 bool AshFocusRules::CanActivateWindow(aura::Window* window) const {
101 aura::Window* AshFocusRules::GetNextActivatableWindow
    [all...]
  /external/chromium_org/ash/
shell.cc 857 new ::wm::FocusController(new wm::AshFocusRules);
    [all...]

Completed in 1766 milliseconds