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

/external/chromium_org/chrome/browser/webdata/
H A Dweb_apps_table.h46 bool SetWebAppImage(const GURL& url, const SkBitmap& image);
H A Dweb_apps_table_unittest.cc71 ASSERT_TRUE(table_->SetWebAppImage(url, image));
93 ASSERT_TRUE(table_->SetWebAppImage(url, image));
110 ASSERT_TRUE(table_->SetWebAppImage(url, image));
H A Dweb_apps_table.cc77 bool WebAppsTable::SetWebAppImage(const GURL& url, const SkBitmap& image) { function in class:WebAppsTable
H A Dweb_data_service.cc129 void WebDataService::SetWebAppImage(const GURL& app_url, function in class:WebDataService
230 WebAppsTable::FromWebDatabase(db)->SetWebAppImage(app_url, image);
H A Dweb_data_service.h160 void SetWebAppImage(const GURL& app_url, const SkBitmap& image);

Completed in 122 milliseconds