HomeSort by relevance Sort by last modified time
    Searched refs:SetWebAppImage (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/webdata/
web_apps_table.h 39 bool SetWebAppImage(const GURL& url, const SkBitmap& image);
web_apps_table_unittest.cc 77 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image));
99 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image));
116 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image));
web_apps_table.cc 52 bool WebAppsTable::SetWebAppImage(const GURL& url, const SkBitmap& image) {
web_data_service.h 342 void SetWebAppImage(const GURL& app_url, const SkBitmap& image);
web_data_service.cc 172 void WebDataService::SetWebAppImage(const GURL& app_url,
745 db_->GetWebAppsTable()->SetWebAppImage(
    [all...]

Completed in 153 milliseconds