Home
last modified time | relevance | path

Searched refs:IsShelfWindow (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_layout_manager.h321 bool IsShelfWindow(aura::Window* window);
Dshelf_layout_manager.cc148 !shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target())); in OnMouseEvent()
156 if (shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target()))) { in OnGestureEvent()
1102 bool ShelfLayoutManager::IsShelfWindow(aura::Window* window) { in IsShelfWindow() function in ash::internal::ShelfLayoutManager