Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dhotseat_widget.h153 bool GetIsTranslucentBackgroundVisibleForTest() const;
H A Dhotseat_widget_unittest.cc2060 EXPECT_FALSE(hotseat->GetIsTranslucentBackgroundVisibleForTest()); in TEST_P()
2063 EXPECT_TRUE(hotseat->GetIsTranslucentBackgroundVisibleForTest()); in TEST_P()
2066 EXPECT_FALSE(hotseat->GetIsTranslucentBackgroundVisibleForTest()); in TEST_P()
H A Dhotseat_widget.cc1033 bool HotseatWidget::GetIsTranslucentBackgroundVisibleForTest() const { in GetIsTranslucentBackgroundVisibleForTest() function in ash::HotseatWidget