HomeSort by relevance Sort by last modified time
    Searched refs:SetWebAppImage (Results 1 - 10 of 10) 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...]
  /external/chromium_org/chrome/browser/webdata/
web_apps_table.h 46 bool SetWebAppImage(const GURL& url, const SkBitmap& image);
web_apps_table_unittest.cc 71 ASSERT_TRUE(table_->SetWebAppImage(url, image));
93 ASSERT_TRUE(table_->SetWebAppImage(url, image));
110 ASSERT_TRUE(table_->SetWebAppImage(url, image));
web_apps_table.cc 79 bool WebAppsTable::SetWebAppImage(const GURL& url, const SkBitmap& image) {
web_data_service.cc 94 void WebDataService::SetWebAppImage(const GURL& app_url,
193 WebAppsTable::FromWebDatabase(db)->SetWebAppImage(app_url, image);
web_data_service.h 139 void SetWebAppImage(const GURL& app_url, const SkBitmap& image);

Completed in 44 milliseconds