Searched refs:IsShelfWindow (Results 1 – 2 of 2) sorted by relevance
319 bool IsShelfWindow(aura::Window* window);
140 !shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target())); in OnMouseEvent()148 if (shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target()))) { in OnGestureEvent()1100 bool ShelfLayoutManager::IsShelfWindow(aura::Window* window) { in IsShelfWindow() function in ash::ShelfLayoutManager