Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wallpaper/
H A Dwallpaper_controller_unittest.cc1545 EXPECT_FALSE(controller_->GetPathFromCache(account_id_1, &path)); in TEST_F()
1555 EXPECT_TRUE(controller_->GetPathFromCache(account_id_1, &path)); in TEST_F()
1563 EXPECT_TRUE(controller_->GetPathFromCache(account_id_1, &path)); in TEST_F()
1570 EXPECT_FALSE(controller_->GetPathFromCache(account_id_1, &path)); in TEST_F()
1579 EXPECT_TRUE(controller_->GetPathFromCache(account_id_1, &path)); in TEST_F()
1585 EXPECT_FALSE(controller_->GetPathFromCache(account_id_1, &path)); in TEST_F()
2679 EXPECT_FALSE(controller_->GetPathFromCache(account_id_1, &path)); in TEST_F()
2697 EXPECT_TRUE(controller_->GetPathFromCache(account_id_1, &path)); in TEST_F()
H A Dwallpaper_controller_impl.h201 bool GetPathFromCache(const AccountId& account_id, base::FilePath* path);
H A Dwallpaper_controller_impl.cc852 bool WallpaperControllerImpl::GetPathFromCache(const AccountId& account_id, in GetPathFromCache() function in ash::WallpaperControllerImpl