Home | History | Annotate | Download | only in shelf

Lines Matching defs:ShelfWindowWatcher

36 // Returns true if |window| has a ShelfItem added by ShelfWindowWatcher.
53 ShelfWindowWatcher::RootWindowObserver::RootWindowObserver(
54 ShelfWindowWatcher* window_watcher)
58 ShelfWindowWatcher::RootWindowObserver::~RootWindowObserver() {
61 void ShelfWindowWatcher::RootWindowObserver::OnWindowDestroying(
66 ShelfWindowWatcher::RemovedWindowObserver::RemovedWindowObserver(
67 ShelfWindowWatcher* window_watcher)
71 ShelfWindowWatcher::RemovedWindowObserver::~RemovedWindowObserver() {
74 void ShelfWindowWatcher::RemovedWindowObserver::OnWindowParentChanged(
97 void ShelfWindowWatcher::RemovedWindowObserver::OnWindowDestroyed(
103 ShelfWindowWatcher::ShelfWindowWatcher(
124 ShelfWindowWatcher::~ShelfWindowWatcher() {
128 void ShelfWindowWatcher::AddShelfItem(aura::Window* window) {
143 void ShelfWindowWatcher::RemoveShelfItem(aura::Window* window) {
148 void ShelfWindowWatcher::OnRootWindowAdded(aura::Window* root_window) {
163 void ShelfWindowWatcher::OnRootWindowRemoved(aura::Window* root_window) {
169 void ShelfWindowWatcher::UpdateShelfItemStatus(aura::Window* window,
179 int ShelfWindowWatcher::GetShelfItemIndexForWindow(
184 void ShelfWindowWatcher::StartObservingRemovedWindow(aura::Window* window) {
188 void ShelfWindowWatcher::FinishObservingRemovedWindow(aura::Window* window) {
193 void ShelfWindowWatcher::OnWindowActivated(aura::Window* gained_active,
201 void ShelfWindowWatcher::OnWindowAdded(aura::Window* window) {
220 void ShelfWindowWatcher::OnWillRemoveWindow(aura::Window* window) {
232 void ShelfWindowWatcher::OnWindowDestroying(aura::Window* window) {
238 void ShelfWindowWatcher::OnWindowPropertyChanged(aura::Window* window,
267 void ShelfWindowWatcher::OnDisplayAdded(const gfx::Display& new_display) {
278 void ShelfWindowWatcher::OnDisplayRemoved(const gfx::Display& old_display) {
285 void ShelfWindowWatcher::OnDisplayMetricsChanged(const gfx::Display&,