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

/external/chromium_org/ash/shelf/
H A Dshelf_view.cc438 if (overflow_bubble_)
439 overflow_bubble_->Hide();
510 return overflow_bubble_.get() && overflow_bubble_->IsShowing();
813 if (overflow_bubble_.get() && overflow_bubble_->IsShowing())
814 UpdateOverflowRange(overflow_bubble_->shelf_view());
816 if (overflow_bubble_)
817 overflow_bubble_->Hide();
1219 overflow_bubble_
[all...]
H A Dshelf_view.h347 scoped_ptr<OverflowBubble> overflow_bubble_; member in class:ash::ShelfView
/external/chromium_org/ash/test/
H A Dshelf_view_test_api.cc102 return shelf_view_->overflow_bubble_.get();

Completed in 1335 milliseconds