Searched refs:CanWindowReceiveEvents (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/wm/
H A Dsystem_modal_container_event_filter_delegate.h20 virtual bool CanWindowReceiveEvents(aura::Window* window) = 0;
H A Dsystem_modal_container_event_filter.cc24 if (!delegate_->CanWindowReceiveEvents(target))
31 if (!delegate_->CanWindowReceiveEvents(target))
H A Dsystem_modal_container_layout_manager.h58 bool CanWindowReceiveEvents(aura::Window* window);
H A Dsystem_modal_container_layout_manager.cc123 bool SystemModalContainerLayoutManager::CanWindowReceiveEvents( function in class:ash::internal::SystemModalContainerLayoutManager
/external/chromium_org/ash/
H A Dshell.cc996 bool Shell::CanWindowReceiveEvents(aura::Window* window) { function in class:ash::Shell
1002 if (layout_manager && layout_manager->CanWindowReceiveEvents(window))
H A Dshell.h561 virtual bool CanWindowReceiveEvents(aura::Window* window) OVERRIDE;

Completed in 244 milliseconds