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

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

Completed in 81 milliseconds