Home | History | Annotate | Download | only in chromeos

Lines Matching full:bubble

11 #include "chrome/browser/ui/views/bubble/bubble.h"
21 // Singleton class controlling a bubble displaying a level-based setting like
29 // Update the bubble's current level without showing the bubble onscreen.
30 // We _do_ still animate the level moving to |percent| in case the bubble is
35 // time that the bubble is shown. For example:
42 // displayed in response to 3) would show the bubble animating from 50% down
56 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
68 // Icons displayed in the bubble when increasing or decreasing the level or
74 // Currently shown bubble or NULL.
75 Bubble* bubble_;
77 // Its contents view, owned by Bubble.