OverflowBubble     22 ash/shelf/overflow_bubble.cc OverflowBubble::OverflowBubble()
OverflowBubble     28 ash/shelf/overflow_bubble.cc OverflowBubble::~OverflowBubble() {
OverflowBubble     32 ash/shelf/overflow_bubble.cc void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) {
OverflowBubble     48 ash/shelf/overflow_bubble.cc void OverflowBubble::Hide() {
OverflowBubble     60 ash/shelf/overflow_bubble.cc void OverflowBubble::HideBubbleAndRefreshButton() {
OverflowBubble     71 ash/shelf/overflow_bubble.cc void OverflowBubble::ProcessPressedEvent(ui::LocatedEvent* event) {
OverflowBubble     83 ash/shelf/overflow_bubble.cc void OverflowBubble::OnMouseEvent(ui::MouseEvent* event) {
OverflowBubble     88 ash/shelf/overflow_bubble.cc void OverflowBubble::OnTouchEvent(ui::TouchEvent* event) {
OverflowBubble     93 ash/shelf/overflow_bubble.cc void OverflowBubble::OnWidgetDestroying(views::Widget* widget) {
OverflowBubble     27 ash/shelf/overflow_bubble.h class OverflowBubble : public ui::EventHandler,
OverflowBubble     30 ash/shelf/overflow_bubble.h   OverflowBubble();
OverflowBubble     31 ash/shelf/overflow_bubble.h   virtual ~OverflowBubble();
OverflowBubble     60 ash/shelf/overflow_bubble.h   DISALLOW_COPY_AND_ASSIGN(OverflowBubble);
OverflowBubble   1317 ash/shelf/shelf_view.cc     overflow_bubble_.reset(new OverflowBubble());
OverflowBubble     36 ash/shelf/shelf_view.h class OverflowBubble;
OverflowBubble     94 ash/shelf/shelf_view.h   void set_owner_overflow_bubble(OverflowBubble* owner) {
OverflowBubble    354 ash/shelf/shelf_view.h   scoped_ptr<OverflowBubble> overflow_bubble_;
OverflowBubble    356 ash/shelf/shelf_view.h   OverflowBubble* owner_overflow_bubble_;
OverflowBubble    100 ash/test/shelf_view_test_api.cc OverflowBubble* ShelfViewTestAPI::overflow_bubble() {
OverflowBubble     17 ash/test/shelf_view_test_api.h class OverflowBubble;
OverflowBubble     62 ash/test/shelf_view_test_api.h   OverflowBubble* overflow_bubble();
OverflowBubble   1957 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc IN_PROC_BROWSER_TEST_F(ShelfAppBrowserTest, OverflowBubble) {