Searched refs:bookmark_bubble_ (Results 1 – 2 of 2) sorted by relevance
82 BookmarkBubbleView* BookmarkBubbleView::bookmark_bubble_ = NULL; member in BookmarkBubbleView94 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()
108 static BookmarkBubbleView* bookmark_bubble_; variable