OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animation_container_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
base_tab.h
66
return
animation_container_
.get();
200
scoped_refptr<ui::AnimationContainer>
animation_container_
;
member in class:BaseTab
base_tab.cc
249
if (
animation_container_
.get())
250
pulse_animation_->SetContainer(
animation_container_
.get());
265
animation_container_
= container;
358
hover_animation_->SetContainer(
animation_container_
.get());
tab_strip.h
270
scoped_refptr<ui::AnimationContainer>
animation_container_
;
member in class:TabStrip
tab_strip.cc
125
animation_container_
(new ui::AnimationContainer()) {
428
tab->set_animation_container(
animation_container_
.get());
[
all
...]
Completed in 62 milliseconds