Searched refs:SettingLevelBubble (Results 1 – 6 of 6) sorted by relevance
75 SettingLevelBubble::SettingLevelBubble(SkBitmap* increase_icon, in SettingLevelBubble() function in chromeos::SettingLevelBubble90 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()
23 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);
14 : SettingLevelBubble( in BrightnessBubble()
14 : SettingLevelBubble( in VolumeBubble()
17 class BrightnessBubble : public SettingLevelBubble {
17 class VolumeBubble : public SettingLevelBubble {