Searched defs:NetworkIconAnimation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_icon_animation.h22 class ASH_EXPORT NetworkIconAnimation : public gfx::AnimationDelegate { class in namespace:ash::network_icon
24 NetworkIconAnimation();
25 virtual ~NetworkIconAnimation();
38 static NetworkIconAnimation* GetInstance();
H A Dnetwork_icon_animation.cc16 NetworkIconAnimation::NetworkIconAnimation() function in class:ash::network_icon::NetworkIconAnimation
23 NetworkIconAnimation::~NetworkIconAnimation() {
26 void NetworkIconAnimation::AnimationProgressed(
33 double NetworkIconAnimation::GetAnimation() {
42 void NetworkIconAnimation::AddObserver(AnimationObserver* observer) {
47 void NetworkIconAnimation::RemoveObserver(AnimationObserver* observer) {
54 NetworkIconAnimation* NetworkIconAnimation
[all...]

Completed in 140 milliseconds