Searched refs:IsAppListVisible (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_interactive_uitest.cc69 ASSERT_FALSE(service->IsAppListVisible());
71 ASSERT_TRUE(service->IsAppListVisible());
73 ASSERT_FALSE(service->IsAppListVisible());
88 ASSERT_FALSE(service->IsAppListVisible());
95 ASSERT_TRUE(service->IsAppListVisible());
104 ASSERT_TRUE(service->IsAppListVisible());
140 ASSERT_FALSE(service->IsAppListVisible());
167 EXPECT_TRUE(service->IsAppListVisible());
176 EXPECT_FALSE(service->IsAppListVisible());
186 EXPECT_TRUE(service->IsAppListVisible());
[all...]
H A Dapp_list_shower_views.cc30 if (IsAppListVisible() && (requested_profile == profile_)) {
43 if (!IsAppListVisible())
49 if (!IsAppListVisible())
87 bool AppListShower::IsAppListVisible() const { function in class:AppListShower
H A Dapp_list_service_views.cc51 bool AppListServiceViews::IsAppListVisible() const { function in class:AppListServiceViews
52 return shower_.IsAppListVisible();
H A Dapp_list_shower_views_unittest.cc28 virtual bool IsAppListVisible() const OVERRIDE { return visible_; }
101 EXPECT_FALSE(shower_->IsAppListVisible());
108 EXPECT_TRUE(shower_->IsAppListVisible());
116 EXPECT_FALSE(shower_->IsAppListVisible());
144 EXPECT_FALSE(shower_->IsAppListVisible());
H A Dapp_list_service_views.h38 virtual bool IsAppListVisible() const OVERRIDE;
H A Dapp_list_shower_views.h40 virtual bool IsAppListVisible() const;
H A Dapp_list_service.h96 virtual bool IsAppListVisible() const = 0;
H A Dapp_list_service_disabled.cc41 virtual bool IsAppListVisible() const OVERRIDE { return false; }
H A Dapp_list_service_mac.h63 virtual bool IsAppListVisible() const OVERRIDE;
H A Dapp_list_service_unittest.cc63 virtual bool IsAppListVisible() const OVERRIDE {
144 EXPECT_TRUE(service_->IsAppListVisible());
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_service_ash.h31 virtual bool IsAppListVisible() const OVERRIDE;
H A Dapp_list_service_ash.cc41 bool AppListServiceAsh::IsAppListVisible() const { function in class:AppListServiceAsh
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_handler_mac.cc30 ->IsAppListVisible()) {
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc1618 EXPECT_FALSE(service->IsAppListVisible());
1628 EXPECT_TRUE(service->IsAppListVisible());
1763 EXPECT_FALSE(service->IsAppListVisible());
1778 EXPECT_TRUE(service->IsAppListVisible());
1945 EXPECT_FALSE(service->IsAppListVisible());
1955 EXPECT_TRUE(service->IsAppListVisible());

Completed in 655 milliseconds