Searched refs:overflow_bubble_ (Results 1 – 3 of 3) sorted by relevance
438 if (overflow_bubble_) in OnShelfAlignmentChanged()439 overflow_bubble_->Hide(); in OnShelfAlignmentChanged()510 return overflow_bubble_.get() && overflow_bubble_->IsShowing(); in IsShowingOverflowBubble()815 if (overflow_bubble_.get() && overflow_bubble_->IsShowing()) in CalculateIdealBounds()816 UpdateOverflowRange(overflow_bubble_->shelf_view()); in CalculateIdealBounds()818 if (overflow_bubble_) in CalculateIdealBounds()819 overflow_bubble_->Hide(); in CalculateIdealBounds()1221 overflow_bubble_->Hide(); in ToggleOverflowBubble()1225 if (!overflow_bubble_) in ToggleOverflowBubble()1226 overflow_bubble_.reset(new OverflowBubble()); in ToggleOverflowBubble()[all …]
347 scoped_ptr<OverflowBubble> overflow_bubble_; variable
102 return shelf_view_->overflow_bubble_.get(); in overflow_bubble()