Lines Matching full:bubble
23 // SpeechInputBubble displays a popup info bubble during speech recognition,
29 // The various buttons which may be part of the bubble.
35 // Informs listeners of user actions in the bubble.
38 // Invoked when the user selects a button in the info bubble. The InfoBubble
44 // free the InfoBubble instance. This callback is not issued if the bubble
54 // Creates the bubble, call |Show| to display it on screen.
63 // bubble window. Not to be called directly by users of this class.
82 // Indicates to the user that audio hardware is initializing. If the bubble is
86 // Indicates to the user that audio recording is in progress. If the bubble is
90 // Indicates to the user that recognition is in progress. If the bubble is
95 // bubble is hidden, |Show| must be called to make it appear on screen.
98 // Brings up the bubble on screen.
101 // Hides the info bubble, resulting in a call to
108 // Returns the TabContents for which this bubble gets displayed.
112 // bubble's arrow.
119 // Base class for the platform specific bubble implementations, this contains
123 // The current display mode of the bubble, useful only for the platform
181 // TabContents in which this this bubble gets displayed.
183 // The current image displayed in the bubble's icon widget.