OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shelf_animation_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc
126
shelf_animation_
.reset(new ui::SlideAnimation(this));
127
shelf_animation_
->SetSlideDuration(kShelfAnimationDurationMs);
219
if (
shelf_animation_
->is_animating()) {
222
shelf_animation_
->GetCurrentValue()));
231
} else if (animation ==
shelf_animation_
.get()) {
238
parent_->ToolbarSizeChanged(
shelf_animation_
->IsShowing());
243
if (animation ==
shelf_animation_
.get()) {
244
parent_->SetDownloadShelfVisible(
shelf_animation_
->IsShowing());
245
if (!
shelf_animation_
->IsShowing())
372
return
shelf_animation_
->IsShowing()
[
all
...]
download_shelf_view.h
133
scoped_ptr<ui::SlideAnimation>
shelf_animation_
;
member in class:DownloadShelfView
/external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc
178
if (
shelf_animation_
->is_animating()) {
181
shelf_animation_
->GetCurrentValue()));
190
} else if (animation ==
shelf_animation_
.get()) {
197
parent_->ToolbarSizeChanged(
shelf_animation_
->IsShowing());
202
if (animation ==
shelf_animation_
.get()) {
203
parent_->SetDownloadShelfVisible(
shelf_animation_
->IsShowing());
204
if (!
shelf_animation_
->IsShowing())
311
shelf_animation_
.reset(new gfx::SlideAnimation(this));
312
shelf_animation_
->SetSlideDuration(kShelfAnimationDurationMs);
366
return
shelf_animation_
->IsShowing()
[
all
...]
download_shelf_view.h
132
scoped_ptr<gfx::SlideAnimation>
shelf_animation_
;
member in class:DownloadShelfView
Completed in 41 milliseconds