Searched refs:IsAnyProfileLoading (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dprofile_loader_unittest.cc56 EXPECT_FALSE(loader_->IsAnyProfileLoading());
59 EXPECT_TRUE(loader_->IsAnyProfileLoading());
67 EXPECT_FALSE(loader_->IsAnyProfileLoading());
71 EXPECT_FALSE(loader_->IsAnyProfileLoading());
75 EXPECT_TRUE(loader_->IsAnyProfileLoading());
79 EXPECT_FALSE(loader_->IsAnyProfileLoading());
84 EXPECT_FALSE(loader_->IsAnyProfileLoading());
88 EXPECT_TRUE(loader_->IsAnyProfileLoading());
92 EXPECT_TRUE(loader_->IsAnyProfileLoading());
96 EXPECT_TRUE(loader_->IsAnyProfileLoading());
[all...]
H A Dprofile_loader.cc22 bool ProfileLoader::IsAnyProfileLoading() const { function in class:ProfileLoader
H A Dprofile_loader.h32 bool IsAnyProfileLoading() const;
H A Dapp_list_service_impl_browsertest.cc82 EXPECT_FALSE(test_api_->profile_loader()->IsAnyProfileLoading());
102 EXPECT_FALSE(test_api_->profile_loader()->IsAnyProfileLoading());
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc355 return !shower().HasView() && !profile_loader().IsAnyProfileLoading();

Completed in 530 milliseconds