Home
last modified time | relevance | path

Searched refs:SetWebAppImage (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dweb_apps_table_unittest.cc77 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()
Dweb_apps_table.h39 bool SetWebAppImage(const GURL& url, const SkBitmap& image);
Dweb_apps_table.cc52 bool WebAppsTable::SetWebAppImage(const GURL& url, const SkBitmap& image) { in SetWebAppImage() function in WebAppsTable
Dweb_data_service.h342 void SetWebAppImage(const GURL& app_url, const SkBitmap& image);
Dweb_data_service.cc172 void WebDataService::SetWebAppImage(const GURL& app_url, in SetWebAppImage() function in WebDataService
745 db_->GetWebAppsTable()->SetWebAppImage( in SetWebAppImageImpl()