Home | History | Annotate | Download | only in login

Lines Matching refs:bubble

30     : Bubble(type, false),  // don't show while screen is locked
114 // The bubble will be destroyed when it is closed.
115 MessageBubble* bubble = new MessageBubble(
117 bubble->InitBubble(parent, position_relative_to, arrow_location,
118 bubble->text_->parent(), delegate);
119 return bubble;
131 // The bubble will be destroyed when it is closed.
132 MessageBubble* bubble = new MessageBubble(
134 bubble->InitBubble(parent, position_relative_to, arrow_location,
135 bubble->text_->parent(), delegate);
136 return bubble;
155 Bubble::Close();