Searched refs:IsShowingOverflowBubble (Results 1 – 9 of 9) sorted by relevance
154 EXPECT_TRUE(shelf()->IsShowingOverflowBubble()); in TEST_F()161 EXPECT_FALSE(shelf()->IsShowingOverflowBubble()); in TEST_F()
137 bool Shelf::IsShowingOverflowBubble() const { in IsShowingOverflowBubble() function in ash::Shelf138 return shelf_view_->IsShowingOverflowBubble(); in IsShowingOverflowBubble()
85 bool IsShowingOverflowBubble() const;
93 if (layout_manager->shelf_widget()->shelf()->IsShowingOverflowBubble()) in OnPaint()
94 bool IsShowingOverflowBubble() const;
509 bool ShelfView::IsShowingOverflowBubble() const { in IsShowingOverflowBubble() function in ash::ShelfView596 if (!IsShowingOverflowBubble() && in StartDrag()1220 if (IsShowingOverflowBubble()) { in ToggleOverflowBubble()1405 if (IsShowingOverflowBubble()) in OnBoundsChanged()
1018 if (shelf_->shelf() && shelf_->shelf()->IsShowingOverflowBubble()) in CalculateAutoHideState()
71 if (!shelf_view_->IsShowingOverflowBubble()) in ShowOverflowBubble()
2040 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()