Home
last modified time | relevance | path

Searched refs:animation_connecting_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
Dnetwork_dropdown_button.cc34 ALLOW_THIS_IN_INITIALIZER_LIST(animation_connecting_(this)), in NetworkDropdownButton()
36 animation_connecting_.SetThrobDuration(kThrobDuration); in NetworkDropdownButton()
37 animation_connecting_.SetTweenType(ui::Tween::LINEAR); in NetworkDropdownButton()
52 if (animation == &animation_connecting_) { in AnimationProgressed()
53 SetIcon(*IconForNetworkConnecting(animation_connecting_.GetCurrentValue(), in AnimationProgressed()
81 animation_connecting_.Stop(); in OnNetworkManagerChanged()
100 if (!animation_connecting_.is_animating()) { in OnNetworkManagerChanged()
101 animation_connecting_.Reset(); in OnNetworkManagerChanged()
102 animation_connecting_.StartThrobbing(-1); in OnNetworkManagerChanged()
112 animation_connecting_.Stop(); in OnNetworkManagerChanged()
[all …]
Dnetwork_menu_button.cc119 ALLOW_THIS_IN_INITIALIZER_LIST(animation_connecting_(this)), in NetworkMenuButton()
121 animation_connecting_.SetThrobDuration(kThrobDuration); in NetworkMenuButton()
122 animation_connecting_.SetTweenType(ui::Tween::LINEAR); in NetworkMenuButton()
150 if (animation == &animation_connecting_) { in AnimationProgressed()
152 animation_connecting_.GetCurrentValue(), false)); in AnimationProgressed()
327 animation_connecting_.Stop(); in SetNetworkIcon()
338 if (!animation_connecting_.is_animating()) { in SetNetworkIcon()
339 animation_connecting_.Reset(); in SetNetworkIcon()
340 animation_connecting_.StartThrobbing(-1); in SetNetworkIcon()
357 animation_connecting_.Stop(); in SetNetworkIcon()
Dnetwork_dropdown_button.h48 ui::ThrobAnimation animation_connecting_; variable
Dnetwork_menu_button.h146 ui::ThrobAnimation animation_connecting_; variable