OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drop_hover_animation_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/download/
download_item_view.h
247
scoped_ptr<ui::SlideAnimation>
drop_hover_animation_
;
member in class:DownloadItemView
download_item_view.cc
249
drop_hover_animation_
.reset(new ui::SlideAnimation(this));
594
drop_hover_animation_
->Hide();
597
drop_hover_animation_
->Show();
608
drop_hover_animation_
->Hide();
848
if (
drop_hover_animation_
->GetCurrentValue() > 0) {
850
static_cast<int>(
drop_hover_animation_
->GetCurrentValue() * 255));
[
all
...]
Completed in 115 milliseconds