Home
last modified time | relevance | path

Searched refs:IsShowingOverflowBubble (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_unittest.cc154 EXPECT_TRUE(shelf()->IsShowingOverflowBubble()); in TEST_F()
161 EXPECT_FALSE(shelf()->IsShowingOverflowBubble()); in TEST_F()
Dshelf.cc137 bool Shelf::IsShowingOverflowBubble() const { in IsShowingOverflowBubble() function in ash::Shelf
138 return shelf_view_->IsShowingOverflowBubble(); in IsShowingOverflowBubble()
Dshelf.h85 bool IsShowingOverflowBubble() const;
Doverflow_button.cc93 if (layout_manager->shelf_widget()->shelf()->IsShowingOverflowBubble()) in OnPaint()
Dshelf_view.h94 bool IsShowingOverflowBubble() const;
Dshelf_view.cc509 bool ShelfView::IsShowingOverflowBubble() const { in IsShowingOverflowBubble() function in ash::ShelfView
596 if (!IsShowingOverflowBubble() && in StartDrag()
1220 if (IsShowingOverflowBubble()) { in ToggleOverflowBubble()
1405 if (IsShowingOverflowBubble()) in OnBoundsChanged()
Dshelf_layout_manager.cc1018 if (shelf_->shelf() && shelf_->shelf()->IsShowingOverflowBubble()) in CalculateAutoHideState()
/external/chromium_org/ash/test/
Dshelf_view_test_api.cc71 if (!shelf_view_->IsShowingOverflowBubble()) in ShowOverflowBubble()
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller_browsertest.cc2040 EXPECT_FALSE(shelf_->IsShowingOverflowBubble()); in IN_PROC_BROWSER_TEST_F()
2056 EXPECT_TRUE(shelf_->IsShowingOverflowBubble()); in IN_PROC_BROWSER_TEST_F()
2062 EXPECT_FALSE(shelf_->IsShowingOverflowBubble()); in IN_PROC_BROWSER_TEST_F()