OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SettingLevelBubble
(Results
1 - 2
of
2
) 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
);
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 117 milliseconds