Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:bubble

11 #include "chrome/browser/ui/views/bubble/bubble.h"
30 // Bubble. BookmarkBubbleView provides views for unstarring and editing the
52 void set_bubble(Bubble* bubble) { bubble_ = bubble; }
54 // Invoked after the bubble has been shown.
80 // ButtonListener method, closes the bubble or opens the edit dialog.
90 virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);
95 // Closes the bubble.
107 // The bookmark bubble, if we're showing one.
110 // The Bubble showing us.
111 Bubble* bubble_;
113 // Delegate for the bubble, may be null.