Home
last modified time | relevance | path

Searched refs:SettingLevelBubble (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dsetting_level_bubble.cc75 SettingLevelBubble::SettingLevelBubble(SkBitmap* increase_icon, in SettingLevelBubble() function in chromeos::SettingLevelBubble
90 void SettingLevelBubble::ShowBubble(int percent) { in ShowBubble()
132 this, &SettingLevelBubble::OnTimeout); in ShowBubble()
135 void SettingLevelBubble::HideBubble() { in HideBubble()
140 void SettingLevelBubble::UpdateWithoutShowingBubble(int percent) { in UpdateWithoutShowingBubble()
157 void SettingLevelBubble::OnTimeout() { in OnTimeout()
161 void SettingLevelBubble::BubbleClosing(Bubble* bubble, bool) { in BubbleClosing()
169 void SettingLevelBubble::AnimationEnded(const ui::Animation* animation) { in AnimationEnded()
173 void SettingLevelBubble::AnimationProgressed(const ui::Animation* animation) { in AnimationProgressed()
Dsetting_level_bubble.h23 class SettingLevelBubble : public BubbleDelegate,
47 explicit SettingLevelBubble(SkBitmap* increase_icon,
50 virtual ~SettingLevelBubble() {} in ~SettingLevelBubble()
81 base::OneShotTimer<SettingLevelBubble> timeout_timer_;
83 DISALLOW_COPY_AND_ASSIGN(SettingLevelBubble);
Dbrightness_bubble.cc14 : SettingLevelBubble( in BrightnessBubble()
Dvolume_bubble.cc14 : SettingLevelBubble( in VolumeBubble()
Dbrightness_bubble.h17 class BrightnessBubble : public SettingLevelBubble {
Dvolume_bubble.h17 class VolumeBubble : public SettingLevelBubble {