Searched refs:bubble_host_ (Results 1 – 2 of 2) sorted by relevance
44 bubble_host_(GetBubbleHostFromFrame(frame)) { in BrowserBubble()72 if (bubble_host_) in DetachFromBrowser()73 bubble_host_->DetachBrowserBubble(this); in DetachFromBrowser()81 if (bubble_host_) in AttachToBrowser()82 bubble_host_->AttachBrowserBubble(this); in AttachToBrowser()
140 BrowserBubbleHost* bubble_host_; variable