OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animation_container_
(Results
1 - 8
of
8
) 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
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.h
337
scoped_refptr<gfx::AnimationContainer>
animation_container_
;
member in class:Tab
tab_strip.h
595
scoped_refptr<gfx::AnimationContainer>
animation_container_
;
member in class:TabStrip
tab.cc
539
animation_container_
= container;
614
if (
animation_container_
.get())
615
animation->SetContainer(
animation_container_
.get());
650
if (
animation_container_
.get())
651
animation->SetContainer(
animation_container_
.get());
[
all
...]
tab_strip.cc
626
animation_container_
(new gfx::AnimationContainer()),
[
all
...]
Completed in 82 milliseconds