Home
last modified time | relevance | path

Searched refs:overflow_bubble_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_view.cc438 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 …]
Dshelf_view.h347 scoped_ptr<OverflowBubble> overflow_bubble_; variable
/external/chromium_org/ash/test/
Dshelf_view_test_api.cc102 return shelf_view_->overflow_bubble_.get(); in overflow_bubble()