Searched refs:UpdateURLs (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Dbookmarks_sync_perf_test.cc31 void UpdateURLs(int profile);
58 void BookmarksSyncPerfTest::UpdateURLs(int profile) { function in class:BookmarksSyncPerfTest
97 UpdateURLs(0);
H A Dtyped_urls_sync_perf_test.cc41 void UpdateURLs(int profile);
66 void TypedUrlsSyncPerfTest::UpdateURLs(int profile) { function in class:TypedUrlsSyncPerfTest
107 UpdateURLs(0);
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h412 virtual size_t UpdateURLs(const history::URLRows& urls);
515 FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, UpdateURLs);
H A Dhistory_backend_unittest.cc910 TEST_F(HistoryBackendTest, UpdateURLs) {
946 EXPECT_EQ(2u, backend_->UpdateURLs(rows));
H A Dhistory_backend.cc998 size_t HistoryBackend::UpdateURLs(const history::URLRows& urls) { function in class:history::HistoryBackend
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.cc527 size_t num_successful_updates = history_backend_->UpdateURLs(*updated_urls);
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend_unittest.cc399 ASSERT_EQ(2u, history_backend->UpdateURLs(url_rows));
1836 ASSERT_EQ(2u, history_backend->UpdateURLs(url_rows));

Completed in 323 milliseconds