Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/webdata/
Dweb_apps_table_unittest.cc69 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images)); in TEST_F()
80 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images)); in TEST_F()
101 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images)); in TEST_F()
120 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images)); in TEST_F()
Dweb_apps_table.h40 bool GetWebAppImages(const GURL& url, std::vector<SkBitmap>* images);
Dweb_apps_table.cc71 bool WebAppsTable::GetWebAppImages(const GURL& url, in GetWebAppImages() function in WebAppsTable
Dweb_data_service.h352 Handle GetWebAppImages(const GURL& app_url, WebDataServiceConsumer* consumer);
Dweb_data_service.cc201 WebDataService::Handle WebDataService::GetWebAppImages( in GetWebAppImages() function in WebDataService
778 db_->GetWebAppsTable()->GetWebAppImages( in GetWebAppImagesImpl()