Searched refs:GetWebAppsTable (Results 1 – 4 of 4) sorted by relevance
50 EXPECT_FALSE(db.GetWebAppsTable()->GetWebAppHasAllImages(url)); in TEST_F()53 EXPECT_TRUE(db.GetWebAppsTable()->SetWebAppHasAllImages(url, true)); in TEST_F()54 EXPECT_TRUE(db.GetWebAppsTable()->GetWebAppHasAllImages(url)); in TEST_F()57 EXPECT_TRUE(db.GetWebAppsTable()->RemoveWebApp(url)); in TEST_F()58 EXPECT_FALSE(db.GetWebAppsTable()->GetWebAppHasAllImages(url)); in TEST_F()69 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images)); in TEST_F()77 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image)); in TEST_F()80 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images)); in TEST_F()99 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image)); in TEST_F()101 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images)); in TEST_F()[all …]
40 virtual WebAppsTable* GetWebAppsTable();
745 db_->GetWebAppsTable()->SetWebAppImage( in SetWebAppImageImpl()756 db_->GetWebAppsTable()->SetWebAppHasAllImages(request->GetArgument1(), in SetWebAppHasAllImagesImpl()766 db_->GetWebAppsTable()->RemoveWebApp(request->GetArgument()); in RemoveWebAppImpl()777 db_->GetWebAppsTable()->GetWebAppHasAllImages(request->GetArgument()); in GetWebAppImagesImpl()778 db_->GetWebAppsTable()->GetWebAppImages( in GetWebAppImagesImpl()
73 WebAppsTable* WebDatabase::GetWebAppsTable() { in GetWebAppsTable() function in WebDatabase