HomeSort by relevance Sort by last modified time
    Searched refs:SettingLevelBubble (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.h 23 class SettingLevelBubble : public BubbleDelegate,
47 explicit SettingLevelBubble(SkBitmap* increase_icon,
50 virtual ~SettingLevelBubble() {}
81 base::OneShotTimer<SettingLevelBubble> timeout_timer_;
83 DISALLOW_COPY_AND_ASSIGN(SettingLevelBubble);
brightness_bubble.h 17 class BrightnessBubble : public SettingLevelBubble {
volume_bubble.h 17 class VolumeBubble : public SettingLevelBubble {
brightness_bubble.cc 14 : SettingLevelBubble(
volume_bubble.cc 14 : SettingLevelBubble(
setting_level_bubble.cc 75 SettingLevelBubble::SettingLevelBubble(SkBitmap* increase_icon,
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::AnimationProgressed(const ui::Animation* animation)
    [all...]

Completed in 294 milliseconds