Home
last modified time | relevance | path

Searched refs:bookmark_bubble_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bubble_view.cc82 BookmarkBubbleView* BookmarkBubbleView::bookmark_bubble_ = NULL; member in BookmarkBubbleView
94 bookmark_bubble_ = new BookmarkBubbleView(delegate, profile, url, in Show()
99 bookmark_bubble_, bookmark_bubble_); in Show()
105 if (!bookmark_bubble_) in Show()
107 bookmark_bubble_->set_bubble(bubble); in Show()
114 bookmark_bubble_->BubbleShown(); in Show()
119 return bookmark_bubble_ != NULL; in IsShowing()
124 bookmark_bubble_->Close(); in Hide()
329 DCHECK(bookmark_bubble_ == this); in BubbleClosing()
330 bookmark_bubble_ = NULL; in BubbleClosing()
Dbookmark_bubble_view.h108 static BookmarkBubbleView* bookmark_bubble_; variable