OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateShelfObserver
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_layout_manager.h
220
class
UpdateShelfObserver
;
387
UpdateShelfObserver
* update_shelf_observer_;
shelf_layout_manager.cc
154
// ShelfLayoutManager:
UpdateShelfObserver
--------------------------------------
156
//
UpdateShelfObserver
is used to delay updating the background until the
158
class ShelfLayoutManager::
UpdateShelfObserver
161
explicit
UpdateShelfObserver
(ShelfLayoutManager* shelf) : shelf_(shelf) {
176
virtual ~
UpdateShelfObserver
() {
184
DISALLOW_COPY_AND_ASSIGN(
UpdateShelfObserver
);
624
update_shelf_observer_ = new
UpdateShelfObserver
(this);
[
all
...]
Completed in 49 milliseconds