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.h319 bool IsShelfWindow(aura::Window* window);
Dshelf_layout_manager.cc140 !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