Searched refs:HasCachedCrx (Results 1 – 4 of 4) sorted by relevance
180 bool crx_cached = KioskAppManager::Get()->HasCachedCrx(app_id_); in MaybeInitializeNetwork()310 if (KioskAppManager::Get()->HasCachedCrx(app_id_)) in OnKioskAppDataLoadStatusChanged()
163 bool HasCachedCrx(const std::string& app_id) const;
372 bool KioskAppManager::HasCachedCrx(const std::string& app_id) const { in HasCachedCrx() function in chromeos::KioskAppManager
1279 KioskAppManager::Get()->HasCachedCrx(kTestOfflineEnabledKioskApp)); in IN_PROC_BROWSER_TEST_F()1306 EXPECT_TRUE(KioskAppManager::Get()->HasCachedCrx(test_app_id())); in IN_PROC_BROWSER_TEST_F()