HomeSort by relevance Sort by last modified time
    Searched defs:ShelfWindowWatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/shelf/
shelf_window_watcher.h 33 // ShelfWindowWatcher creates and handles a LauncherItem for windows that have
35 class ShelfWindowWatcher : public aura::client::ActivationChangeObserver,
39 ShelfWindowWatcher(ShelfModel* model,
41 virtual ~ShelfWindowWatcher();
46 explicit RootWindowObserver(ShelfWindowWatcher* window_watcher);
54 ShelfWindowWatcher* window_watcher_;
110 DISALLOW_COPY_AND_ASSIGN(ShelfWindowWatcher);
shelf_window_watcher.cc 35 // Returns true if |window| has a LauncherItem added by ShelfWindowWatcher.
48 ShelfWindowWatcher::RootWindowObserver::RootWindowObserver(
49 ShelfWindowWatcher* window_watcher)
53 ShelfWindowWatcher::RootWindowObserver::~RootWindowObserver() {
56 void ShelfWindowWatcher::RootWindowObserver::OnWindowDestroying(
61 ShelfWindowWatcher::ShelfWindowWatcher(
80 ShelfWindowWatcher::~ShelfWindowWatcher() {
84 void ShelfWindowWatcher::AddLauncherItem(aura::Window* window)
    [all...]

Completed in 489 milliseconds