/external/chromium_org/chrome/browser/sync/test/integration/ |
D | two_client_typed_urls_sync_test.cc | 37 history::URLRows urls = GetTypedUrlsFromClient(0); in CheckClientsEqual() 38 history::URLRows urls2 = GetTypedUrlsFromClient(1); in CheckClientsEqual() 53 history::URLRows urls = GetTypedUrlsFromClient(i); in CheckNoDuplicateVisits() 64 history::URLRows urls = GetTypedUrlsFromClient(index); in GetVisitCountForFirstURL() 84 history::URLRows urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F() 106 history::URLRows urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F() 170 history::URLRows urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F() 202 history::URLRows post_sync_urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F() 224 history::URLRows urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F() 250 history::URLRows urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F() [all …]
|
D | single_client_typed_urls_sync_test.cc | 33 history::URLRows urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F() 51 history::URLRows urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F() 71 history::URLRows urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F() 98 history::URLRows urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F()
|
D | typed_urls_helper.h | 20 history::URLRows GetTypedUrlsFromClient(int index); 68 bool CheckURLRowVectorsAreEqual(const history::URLRows& left, 69 const history::URLRows& right);
|
D | typed_urls_helper.cc | 46 GetTypedUrlsTask(history::URLRows* rows, base::WaitableEvent* event) in GetTypedUrlsTask() 62 history::URLRows* rows_; 174 history::URLRows GetTypedUrlsFromHistoryService(HistoryService* service) { in GetTypedUrlsFromHistoryService() 176 history::URLRows rows; in GetTypedUrlsFromHistoryService() 229 history::URLRows GetTypedUrlsFromClient(int index) { in GetTypedUrlsFromClient() 322 bool CheckURLRowVectorsAreEqual(const history::URLRows& left, in CheckURLRowVectorsAreEqual() 323 const history::URLRows& right) { in CheckURLRowVectorsAreEqual() 381 history::URLRows verifier_urls = in CheckAllProfilesHaveSameURLsAsVerifier() 384 history::URLRows urls = GetTypedUrlsFromClient(i); in CheckAllProfilesHaveSameURLsAsVerifier()
|
D | multiple_client_typed_urls_sync_test.cc | 40 history::URLRows urls = GetTypedUrlsFromClient(0); in IN_PROC_BROWSER_TEST_F() 55 history::URLRows urls = GetTypedUrlsFromClient(i); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_service_typed_url_unittest.cc | 94 MOCK_METHOD1(GetAllTypedURLs, bool(history::URLRows* entries)); 291 void GetTypedUrlsFromSyncDB(history::URLRows* urls) { in GetTypedUrlsFromSyncDB() 369 const history::URLRows& entries) { in AddTypedUrlEntries() 389 history::URLRows sync_entries; in TEST_F() 396 history::URLRows entries; in TEST_F() 409 history::URLRows sync_entries; in TEST_F() 417 history::URLRows entries; in TEST_F() 437 history::URLRows sync_entries; in TEST_F() 473 history::URLRows native_entries; in TEST_F() 482 history::URLRows sync_entries; in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/history/ |
D | expire_history_backend.h | 38 virtual void NotifySyncURLsModified(URLRows* rows) = 0; 41 URLRows* rows) = 0; 132 URLRows modified_urls; 135 URLRows deleted_urls; 175 void DeleteURLs(const URLRows& urls, DeleteEffects* effects);
|
D | typed_url_syncable_service_unittest.cc | 25 using history::URLRows; 123 URLRows* rows, 216 URLRows* rows, in InitiateServerState() 239 URLRows changed_urls; in InitiateServerState() 263 URLRows url_rows; in TEST_F() 300 URLRows url_rows; in TEST_F() 313 URLRows changed_urls; in TEST_F() 353 URLRows url_rows; in TEST_F() 377 URLRows url_rows; in TEST_F() 431 URLRows url_rows; in TEST_F() [all …]
|
D | history_notifications.h | 46 URLRows changed_urls; 65 URLRows rows;
|
D | typed_url_syncable_service.h | 59 void OnUrlsModified(URLRows* changed_urls); 61 void OnUrlsDeleted(bool all_history, bool expired, URLRows* rows); 76 URLRows::iterator> > TypedUrlMap;
|
D | history_backend.h | 400 virtual bool GetAllTypedURLs(URLRows* urls); 412 virtual size_t UpdateURLs(const history::URLRows& urls); 488 void AddPagesWithDetails(const URLRows& info, VisitSource visit_source); 779 virtual void NotifySyncURLsModified(URLRows* rows) OVERRIDE; 782 URLRows* rows) OVERRIDE; 797 bool ClearAllThumbnailHistory(const URLRows& kept_urls); 804 bool ClearAllMainHistory(const URLRows& kept_urls);
|
D | in_memory_history_backend.cc | 87 URLRows::const_iterator it; in Observe() 126 for (URLRows::const_iterator row = details.rows.begin(); in OnURLsDeleted()
|
D | typed_url_syncable_service.cc | 127 void TypedUrlSyncableService::OnUrlsModified(URLRows* changed_urls) { in OnUrlsModified() 139 for (URLRows::iterator url = changed_urls->begin(); in OnUrlsModified() 178 URLRows* rows) { in OnUrlsDeleted() 211 for (URLRows::const_iterator row = rows->begin(); in OnUrlsDeleted()
|
D | expire_history_backend_unittest.cc | 158 virtual void NotifySyncURLsModified(URLRows* rows) OVERRIDE {} in NotifySyncURLsModified() 161 URLRows* rows) OVERRIDE {} in NotifySyncURLsDeleted() 330 const history::URLRows& rows(details->rows); in EnsureURLInfoGone() 331 history::URLRows::const_iterator it_row = std::find_if( in EnsureURLInfoGone() 342 const history::URLRows& rows = in EnsureURLInfoGone() 357 const history::URLRows& rows = in ModifiedNotificationSent()
|
D | history_backend.cc | 826 void HistoryBackend::AddPagesWithDetails(const URLRows& urls, in AddPagesWithDetails() 832 for (URLRows::const_iterator i = urls.begin(); i != urls.end(); ++i) { in AddPagesWithDetails() 978 bool HistoryBackend::GetAllTypedURLs(URLRows* urls) { in GetAllTypedURLs() 998 size_t HistoryBackend::UpdateURLs(const history::URLRows& urls) { in UpdateURLs() 1003 for (history::URLRows::const_iterator it = urls.begin(); it != urls.end(); in UpdateURLs() 1271 URLRows text_matches; in QueryHistoryText() 2522 void HistoryBackend::NotifySyncURLsModified(URLRows* rows) { in NotifySyncURLsModified() 2529 URLRows* rows) { in NotifySyncURLsDeleted() 2555 URLRows kept_urls; in DeleteAllHistory() 2594 bool HistoryBackend::ClearAllThumbnailHistory(const URLRows& kept_urls) { in ClearAllThumbnailHistory() [all …]
|
D | in_memory_url_index.cc | 224 for (URLRows::const_iterator row = details->changed_urls.begin(); in OnURLsModified() 237 for (URLRows::const_iterator row = details->rows.begin(); in OnURLsDeleted()
|
D | history_service.cc | 99 explicit URLIteratorFromURLRows(const history::URLRows& url_rows) in URLIteratorFromURLRows() 113 history::URLRows::const_iterator itr_; 114 history::URLRows::const_iterator end_; 476 history::URLRows rows; in AddPageWithDetails() 483 void HistoryService::AddPagesWithDetails(const history::URLRows& info, in AddPagesWithDetails() 491 for (history::URLRows::const_iterator i = info.begin(); i != info.end(); in AddPagesWithDetails()
|
/external/chromium_org/chrome/browser/sync/test/integration/performance/ |
D | typed_urls_sync_perf_test.cc | 67 history::URLRows urls = GetTypedUrlsFromClient(profile); in UpdateURLs() 68 for (history::URLRows::const_iterator it = urls.begin(); it != urls.end(); in UpdateURLs() 75 const history::URLRows& urls = GetTypedUrlsFromClient(profile); in RemoveURLs() 77 for (history::URLRows::const_iterator it = urls.begin(); it != urls.end(); in RemoveURLs()
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | typed_url_model_associator.h | 79 void WriteToHistoryBackend(const history::URLRows* new_urls, 80 const history::URLRows* updated_urls, 94 history::URLRows* updated_urls, 95 history::URLRows* new_urls);
|
D | typed_url_model_associator.cc | 185 history::URLRows typed_urls; in DoAssociateModels() 190 history::URLRows new_urls; in DoAssociateModels() 191 history::URLRows updated_urls; in DoAssociateModels() 213 for (history::URLRows::iterator ix = typed_urls.begin(); in DoAssociateModels() 239 for (history::URLRows::iterator ix = typed_urls.begin(); in DoAssociateModels() 410 history::URLRows* updated_urls, in UpdateFromSyncDB() 411 history::URLRows* new_urls) { in UpdateFromSyncDB() 512 const history::URLRows* new_urls, in WriteToHistoryBackend() 513 const history::URLRows* updated_urls, in WriteToHistoryBackend()
|
D | typed_url_change_processor.h | 115 history::URLRows pending_new_urls_; 116 history::URLRows pending_updated_urls_;
|
/external/chromium_org/components/history/core/browser/ |
D | url_database.h | 62 bool GetAllTypedUrls(URLRows* urls); 168 URLRows* results); 190 bool GetTextMatches(const base::string16& query, URLRows* results);
|
D | url_database.cc | 90 bool URLDatabase::GetAllTypedUrls(URLRows* urls) { in GetAllTypedUrls() 265 URLRows* results) { in AutocompleteForPrefix() 314 URLRows dummy; in IsTypedHost() 358 URLRows* results) { in GetTextMatches()
|
/external/chromium_org/chrome/browser/importer/ |
D | in_process_importer_bridge.cc | 33 history::URLRows ConvertImporterURLRowsToHistoryURLRows( in ConvertImporterURLRowsToHistoryURLRows() 35 history::URLRows converted; in ConvertImporterURLRowsToHistoryURLRows() 221 history::URLRows converted_rows = in SetHistoryItems()
|
D | profile_writer.h | 52 virtual void AddHistoryPage(const history::URLRows& page,
|