HomeSort by relevance Sort by last modified time
    Searched refs:GetWebAppImages (Results 1 - 10 of 10) 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...]
  /external/chromium_org/chrome/browser/webdata/
web_apps_table.h 51 bool GetWebAppImages(const GURL& url, std::vector<SkBitmap>* images);
web_apps_table_unittest.cc 63 ASSERT_TRUE(table_->GetWebAppImages(url, &images));
74 ASSERT_TRUE(table_->GetWebAppImages(url, &images));
95 ASSERT_TRUE(table_->GetWebAppImages(url, &images));
114 ASSERT_TRUE(table_->GetWebAppImages(url, &images));
web_apps_table.cc 95 bool WebAppsTable::GetWebAppImages(const GURL& url,
web_data_service.cc 112 WebDataServiceBase::Handle WebDataService::GetWebAppImages(
215 WebAppsTable::FromWebDatabase(db)->GetWebAppImages(app_url, &result.images);
web_data_service.h 68 // Result from GetWebAppImages.
149 Handle GetWebAppImages(const GURL& app_url, WebDataServiceConsumer* consumer);

Completed in 53 milliseconds