Home
last modified time | relevance | path

Searched refs:CountBookmarksWithTitlesMatching (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dsingle_client_bookmarks_sync_test.cc48 using bookmarks_helper::CountBookmarksWithTitlesMatching;
345 EXPECT_EQ(1u, CountBookmarksWithTitlesMatching(kSingleProfileIndex, title)); in IN_PROC_BROWSER_TEST_F()
369 EXPECT_EQ(1u, CountBookmarksWithTitlesMatching(kSingleProfileIndex, title1)); in IN_PROC_BROWSER_TEST_F()
370 EXPECT_EQ(1u, CountBookmarksWithTitlesMatching(kSingleProfileIndex, title2)); in IN_PROC_BROWSER_TEST_F()
392 ASSERT_EQ(1u, CountBookmarksWithTitlesMatching(kSingleProfileIndex, title1)); in IN_PROC_BROWSER_TEST_F()
601 ASSERT_EQ(1u, CountBookmarksWithTitlesMatching(kSingleProfileIndex, title)); in IN_PROC_BROWSER_TEST_F()
630 ASSERT_EQ(1u, CountBookmarksWithTitlesMatching(kSingleProfileIndex, title)); in IN_PROC_BROWSER_TEST_F()
649 ASSERT_EQ(1u, CountBookmarksWithTitlesMatching(kSingleProfileIndex, title)); in IN_PROC_BROWSER_TEST_F()
741 EXPECT_EQ(1u, CountBookmarksWithTitlesMatching(kSingleProfileIndex, in IN_PROC_BROWSER_TEST_F()
1292 CountBookmarksWithTitlesMatching(kSingleProfileIndex, new_title)); in IN_PROC_BROWSER_TEST_F()
H A Dbookmarks_helper.h212 size_t CountBookmarksWithTitlesMatching(int profile, const std::string& title)
H A Dbookmarks_helper.cc886 size_t CountBookmarksWithTitlesMatching(int profile, const std::string& title) { in CountBookmarksWithTitlesMatching() function
1234 int actual_count = CountBookmarksWithTitlesMatching(profile_index_, title_); in IsExitConditionSatisfied()
H A Dtwo_client_bookmarks_sync_test.cc52 using bookmarks_helper::CountBookmarksWithTitlesMatching;
1573 ASSERT_EQ(i, CountBookmarksWithTitlesMatching(1, IndexedURLTitle(i))); in IN_PROC_BROWSER_TEST_F()