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

  /external/chromium/chrome/browser/webdata/
web_apps_table.h 40 bool GetWebAppImages(const GURL& url, std::vector<SkBitmap>* images);
web_apps_table_unittest.cc 69 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images));
80 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images));
101 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images));
120 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images));
web_apps_table.cc 71 bool WebAppsTable::GetWebAppImages(const GURL& url,
web_data_service.h 91 // Result from GetWebAppImages.
352 Handle GetWebAppImages(const GURL& app_url, WebDataServiceConsumer* consumer);
web_data_service.cc 201 WebDataService::Handle WebDataService::GetWebAppImages(
778 db_->GetWebAppsTable()->GetWebAppImages(
    [all...]

Completed in 42 milliseconds