Searched refs:SetWebAppImage (Results 1 – 5 of 5) sorted by relevance
77 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image)); in TEST_F()99 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image)); in TEST_F()116 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image)); in TEST_F()
39 bool SetWebAppImage(const GURL& url, const SkBitmap& image);
52 bool WebAppsTable::SetWebAppImage(const GURL& url, const SkBitmap& image) { in SetWebAppImage() function in WebAppsTable
342 void SetWebAppImage(const GURL& app_url, const SkBitmap& image);
172 void WebDataService::SetWebAppImage(const GURL& app_url, in SetWebAppImage() function in WebDataService745 db_->GetWebAppsTable()->SetWebAppImage( in SetWebAppImageImpl()