OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShelfWindowWatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_window_watcher.cc
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
[
all
...]
shelf_window_watcher.h
32
//
ShelfWindowWatcher
creates and handles a ShelfItem for windows that have
34
class
ShelfWindowWatcher
: public aura::client::ActivationChangeObserver,
38
ShelfWindowWatcher
(ShelfModel* model,
40
virtual ~
ShelfWindowWatcher
();
45
explicit RootWindowObserver(
ShelfWindowWatcher
* window_watcher);
53
ShelfWindowWatcher
* window_watcher_;
59
//
ShelfWindowWatcher
::StartObservingRemovedWindow() for more details.
62
explicit RemovedWindowObserver(
ShelfWindowWatcher
* window_watcher);
72
ShelfWindowWatcher
* window_watcher_;
144
DISALLOW_COPY_AND_ASSIGN(
ShelfWindowWatcher
);
[
all
...]
Completed in 43 milliseconds