OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animation_connecting_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/status/
network_dropdown_button.cc
34
ALLOW_THIS_IN_INITIALIZER_LIST(
animation_connecting_
(this)),
36
animation_connecting_
.SetThrobDuration(kThrobDuration);
37
animation_connecting_
.SetTweenType(ui::Tween::LINEAR);
52
if (animation == &
animation_connecting_
) {
53
SetIcon(*IconForNetworkConnecting(
animation_connecting_
.GetCurrentValue(),
81
animation_connecting_
.Stop();
100
if (!
animation_connecting_
.is_animating()) {
101
animation_connecting_
.Reset();
102
animation_connecting_
.StartThrobbing(-1);
112
animation_connecting_
.Stop()
[
all
...]
network_dropdown_button.h
48
ui::ThrobAnimation
animation_connecting_
;
member in class:chromeos::NetworkDropdownButton
network_menu_button.cc
119
ALLOW_THIS_IN_INITIALIZER_LIST(
animation_connecting_
(this)),
121
animation_connecting_
.SetThrobDuration(kThrobDuration);
122
animation_connecting_
.SetTweenType(ui::Tween::LINEAR);
150
if (animation == &
animation_connecting_
) {
152
animation_connecting_
.GetCurrentValue(), false));
327
animation_connecting_
.Stop();
338
if (!
animation_connecting_
.is_animating()) {
339
animation_connecting_
.Reset();
340
animation_connecting_
.StartThrobbing(-1);
357
animation_connecting_
.Stop()
[
all
...]
network_menu_button.h
146
ui::ThrobAnimation
animation_connecting_
;
member in class:chromeos::NetworkMenuButton
Completed in 45 milliseconds