Home | History | Annotate | Download | only in views

Lines Matching refs:bubble

20 // were blocked, and the user can click one to get a bubble hosting a few
21 // controls. This class provides the content of that bubble. In general,
27 class Bubble;
47 // Sets |bubble_|, so we can close the bubble if needed. The caller owns
48 // the bubble and must keep it alive.
49 void set_bubble(Bubble* bubble) { bubble_ = bubble; }
75 // Provides data for this bubble.
87 // The Bubble holding us.
88 Bubble* bubble_;