HomeSort by relevance Sort by last modified time
    Searched refs:URLRows (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/chrome/browser/history/
history_notifications.h 46 URLRows changed_urls;
61 // The URLRows of URLs deleted. This is valid only when |all_history| is false
65 URLRows rows;
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);
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;
url_database.h 60 bool GetAllTypedUrls(URLRows* urls);
166 URLRows* results);
188 bool GetTextMatches(const base::string16& query, URLRows* results);
in_memory_history_backend.cc 82 URLRows::const_iterator it;
93 // For simplicity, this will not remove the corresponding URLRows, but
127 for (URLRows::const_iterator row = details.rows.begin();
130 // Ignore errors, as we typically only cache a subset of URLRows.
typed_url_syncable_service_unittest.cc 25 using history::URLRows;
123 URLRows* rows,
216 URLRows* rows,
239 URLRows changed_urls;
263 URLRows url_rows;
300 URLRows url_rows;
313 URLRows changed_urls;
353 URLRows url_rows;
377 URLRows url_rows;
431 URLRows url_rows
    [all...]
typed_url_syncable_service.cc 127 void TypedUrlSyncableService::OnUrlsModified(URLRows* changed_urls) {
139 for (URLRows::iterator url = changed_urls->begin();
178 URLRows* rows) {
211 for (URLRows::const_iterator row = rows->begin();
history_backend.h 369 virtual bool GetAllTypedURLs(URLRows* urls);
454 void AddPagesWithDetails(const URLRows& info, VisitSource visit_source);
    [all...]
url_database.cc 91 bool URLDatabase::GetAllTypedUrls(URLRows* urls) {
266 URLRows* results) {
315 URLRows dummy;
359 URLRows* results) {
in_memory_url_index.cc 221 for (URLRows::const_iterator row = details->changed_urls.begin();
232 for (URLRows::const_iterator row = details->rows.begin();
expire_history_backend_unittest.cc 161 virtual void NotifySyncURLsModified(URLRows* rows) OVERRIDE {}
164 URLRows* rows) OVERRIDE {}
333 const history::URLRows& rows(details->rows);
334 history::URLRows::const_iterator it_row = std::find_if(
345 const history::URLRows& rows =
360 const history::URLRows& rows =
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
typed_urls_sync_perf_test.cc 67 history::URLRows urls = GetTypedUrlsFromClient(profile);
68 for (history::URLRows::const_iterator it = urls.begin(); it != urls.end();
75 const history::URLRows& urls = GetTypedUrlsFromClient(profile);
77 for (history::URLRows::const_iterator it = urls.begin(); it != urls.end();
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.h 20 history::URLRows GetTypedUrlsFromClient(int index);
66 // Checks that the two vectors contain the same set of URLRows (possibly in
68 bool CheckURLRowVectorsAreEqual(const history::URLRows& left,
69 const history::URLRows& right);
71 // Checks that the passed URLRows are equivalent.
single_client_typed_urls_sync_test.cc 33 history::URLRows urls = GetTypedUrlsFromClient(0);
51 history::URLRows urls = GetTypedUrlsFromClient(0);
71 history::URLRows urls = GetTypedUrlsFromClient(0);
98 history::URLRows urls = GetTypedUrlsFromClient(0);
two_client_typed_urls_sync_test.cc 37 history::URLRows urls = GetTypedUrlsFromClient(0);
38 history::URLRows urls2 = GetTypedUrlsFromClient(1);
53 history::URLRows urls = GetTypedUrlsFromClient(i);
64 history::URLRows urls = GetTypedUrlsFromClient(index);
84 history::URLRows urls = GetTypedUrlsFromClient(0);
106 history::URLRows urls = GetTypedUrlsFromClient(0);
170 history::URLRows urls = GetTypedUrlsFromClient(0);
202 history::URLRows post_sync_urls = GetTypedUrlsFromClient(0);
224 history::URLRows urls = GetTypedUrlsFromClient(0);
250 history::URLRows urls = GetTypedUrlsFromClient(0)
    [all...]
multiple_client_typed_urls_sync_test.cc 40 history::URLRows urls = GetTypedUrlsFromClient(0);
55 history::URLRows urls = GetTypedUrlsFromClient(i);
typed_urls_helper.cc 46 GetTypedUrlsTask(history::URLRows* rows, base::WaitableEvent* event)
62 history::URLRows* rows_;
172 history::URLRows GetTypedUrlsFromHistoryService(HistoryService* service) {
174 history::URLRows rows;
219 history::URLRows GetTypedUrlsFromClient(int index) {
312 bool CheckURLRowVectorsAreEqual(const history::URLRows& left,
313 const history::URLRows& right) {
371 history::URLRows verifier_urls =
374 history::URLRows urls = GetTypedUrlsFromClient(i);
  /external/chromium_org/chrome/browser/importer/
profile_writer.h 51 virtual void AddHistoryPage(const history::URLRows& page,
in_process_importer_bridge.cc 28 history::URLRows ConvertImporterURLRowsToHistoryURLRows(
30 history::URLRows converted;
206 history::URLRows converted_rows =
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 94 MOCK_METHOD1(GetAllTypedURLs, bool(history::URLRows* entries));
279 void GetTypedUrlsFromSyncDB(history::URLRows* urls) {
357 const history::URLRows& entries) {
377 history::URLRows sync_entries;
384 history::URLRows entries;
397 history::URLRows sync_entries;
405 history::URLRows entries;
425 history::URLRows sync_entries;
461 history::URLRows native_entries;
470 history::URLRows sync_entries
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.h 81 void WriteToHistoryBackend(const history::URLRows* new_urls,
97 history::URLRows* new_urls);
typed_url_change_processor.h 115 history::URLRows pending_new_urls_;
typed_url_change_processor.cc 93 for (history::URLRows::iterator url = details->changed_urls.begin();
202 for (history::URLRows::const_iterator row = details->rows.begin();
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h 170 void DeleteRowsWithURLs(const history::URLRows& rows);
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 42 history::URLRows rows;

Completed in 573 milliseconds

1 2