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

  /external/chromium/chrome/browser/webdata/
web_apps_table_unittest.cc 50 EXPECT_FALSE(db.GetWebAppsTable()->GetWebAppHasAllImages(url));
53 EXPECT_TRUE(db.GetWebAppsTable()->SetWebAppHasAllImages(url, true));
54 EXPECT_TRUE(db.GetWebAppsTable()->GetWebAppHasAllImages(url));
57 EXPECT_TRUE(db.GetWebAppsTable()->RemoveWebApp(url));
58 EXPECT_FALSE(db.GetWebAppsTable()->GetWebAppHasAllImages(url));
69 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images));
77 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image));
80 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images));
99 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image));
101 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images))
    [all...]
web_database.h 40 virtual WebAppsTable* GetWebAppsTable();
web_database.cc 73 WebAppsTable* WebDatabase::GetWebAppsTable() {
web_data_service.cc 745 db_->GetWebAppsTable()->SetWebAppImage(
756 db_->GetWebAppsTable()->SetWebAppHasAllImages(request->GetArgument1(),
766 db_->GetWebAppsTable()->RemoveWebApp(request->GetArgument());
777 db_->GetWebAppsTable()->GetWebAppHasAllImages(request->GetArgument());
778 db_->GetWebAppsTable()->GetWebAppImages(
    [all...]

Completed in 395 milliseconds