OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShelfView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_view.h
55
class ASH_EXPORT
ShelfView
: public views::View,
64
ShelfView
(ShelfModel* model,
67
virtual ~
ShelfView
();
156
// Returns true when this
ShelfView
is used for Overflow Bubble.
250
void UpdateOverflowRange(
ShelfView
* overflow_view);
443
// True when this
ShelfView
is used for Overflow Bubble.
446
// Holds a pointer to main
ShelfView
when a
ShelfView
is in overflow mode.
447
ShelfView
* main_shelf_;
452
DISALLOW_COPY_AND_ASSIGN(
ShelfView
);
[
all
...]
shelf_view.cc
302
class
ShelfView
::FadeOutAnimationDelegate
305
FadeOutAnimationDelegate(
ShelfView
* host, views::View* view)
322
ShelfView
* shelf_view_;
331
class
ShelfView
::StartFadeAnimationDelegate
334
StartFadeAnimationDelegate(
ShelfView
* host,
349
ShelfView
* shelf_view_;
355
ShelfView
::
ShelfView
(ShelfModel* model,
392
ShelfView
::~
ShelfView
() {
[
all
...]
Completed in 28 milliseconds