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

1 2

  /external/chromium_org/chrome/browser/history/
history_notifications.h 40 URLRows changed_urls;
55 // The URLRows of URLs deleted. This is valid only when |all_history| is false
57 URLRows rows;
typed_url_syncable_service.h 59 void OnUrlsModified(URLRows* changed_urls);
61 void OnUrlsDeleted(bool all_history, bool archived, URLRows* rows);
76 URLRows::iterator> > TypedUrlMap;
url_database.h 60 bool GetAllTypedUrls(URLRows* urls);
175 URLRows* results);
197 bool GetTextMatches(const string16& query, URLRows* results);
expire_history_backend.h 41 URLRows* rows) = 0;
165 void DeleteURLs(const URLRows& urls,
typed_url_syncable_service_unittest.cc 23 using history::URLRows;
149 URLRows* rows,
243 URLRows* rows,
268 URLRows changed_urls;
294 URLRows url_rows;
333 URLRows url_rows;
346 URLRows changed_urls;
388 URLRows url_rows;
414 URLRows url_rows;
470 URLRows url_rows
    [all...]
in_memory_history_backend.cc 113 URLRows::const_iterator i;
139 for (URLRows::const_iterator row = details.rows.begin();
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 409 virtual bool GetAllTypedURLs(URLRows* urls);
494 void AddPagesWithDetails(const URLRows& info, VisitSource visit_source);
    [all...]
url_database.cc 102 bool URLDatabase::GetAllTypedUrls(URLRows* urls) {
269 URLRows* results) {
318 URLRows dummy;
362 URLRows* results) {
in_memory_url_index.cc 217 for (URLRows::const_iterator row = details->changed_urls.begin();
228 for (URLRows::const_iterator row = details->rows.begin();
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.h 20 history::URLRows GetTypedUrlsFromClient(int index);
62 // Checks that the two vectors contain the same set of URLRows (possibly in
64 void AssertURLRowVectorsAreEqual(const history::URLRows& left,
65 const history::URLRows& right);
67 // Checks that the passed URLRows are equivalent.
single_client_typed_urls_sync_test.cc 31 history::URLRows urls = GetTypedUrlsFromClient(0);
51 history::URLRows urls = GetTypedUrlsFromClient(0);
73 history::URLRows urls = GetTypedUrlsFromClient(0);
103 history::URLRows urls = GetTypedUrlsFromClient(0);
two_client_typed_urls_sync_test.cc 34 history::URLRows urls = GetTypedUrlsFromClient(0);
35 history::URLRows urls2 = GetTypedUrlsFromClient(1);
49 history::URLRows urls = GetTypedUrlsFromClient(i);
60 history::URLRows urls = GetTypedUrlsFromClient(index);
80 history::URLRows urls = GetTypedUrlsFromClient(0);
105 history::URLRows urls = GetTypedUrlsFromClient(0);
169 history::URLRows urls = GetTypedUrlsFromClient(0);
207 history::URLRows post_sync_urls = GetTypedUrlsFromClient(0);
230 history::URLRows urls = GetTypedUrlsFromClient(0);
262 history::URLRows urls = GetTypedUrlsFromClient(0)
    [all...]
multiple_client_typed_urls_sync_test.cc 36 history::URLRows urls = GetTypedUrlsFromClient(0);
54 history::URLRows urls = GetTypedUrlsFromClient(i);
typed_urls_helper.cc 45 GetTypedUrlsTask(history::URLRows* rows, base::WaitableEvent* event)
61 history::URLRows* rows_;
171 history::URLRows GetTypedUrlsFromHistoryService(HistoryService* service) {
173 history::URLRows rows;
218 history::URLRows GetTypedUrlsFromClient(int index) {
311 void AssertURLRowVectorsAreEqual(const history::URLRows& left,
312 const history::URLRows& right) {
366 history::URLRows verifier_urls =
369 history::URLRows urls = GetTypedUrlsFromClient(i);
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
typed_urls_sync_perf_test.cc 68 history::URLRows urls = GetTypedUrlsFromClient(profile);
69 for (history::URLRows::const_iterator it = urls.begin(); it != urls.end();
76 const history::URLRows& urls = GetTypedUrlsFromClient(profile);
78 for (history::URLRows::const_iterator it = urls.begin(); it != urls.end();
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 78 MOCK_METHOD1(GetAllTypedURLs, bool(history::URLRows* entries));
254 void GetTypedUrlsFromSyncDB(history::URLRows* urls) {
332 const history::URLRows& entries) {
352 history::URLRows sync_entries;
359 history::URLRows entries;
372 history::URLRows sync_entries;
380 history::URLRows entries;
400 history::URLRows sync_entries;
436 history::URLRows native_entries;
445 history::URLRows sync_entries
    [all...]
  /external/chromium_org/chrome/browser/importer/
profile_writer.h 51 virtual void AddHistoryPage(const history::URLRows& page,
in_process_importer_bridge.cc 29 history::URLRows ConvertImporterURLRowsToHistoryURLRows(
31 history::URLRows converted;
206 history::URLRows converted_rows =
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.h 83 void WriteToHistoryBackend(const history::URLRows* new_urls,
99 history::URLRows* new_urls);
typed_url_change_processor.h 115 history::URLRows pending_new_urls_;
typed_url_change_processor.cc 92 for (history::URLRows::iterator url = details->changed_urls.begin();
201 for (history::URLRows::const_iterator row = details->rows.begin();
typed_url_model_associator.cc 178 history::URLRows typed_urls;
183 history::URLRows new_urls;
206 for (history::URLRows::iterator ix = typed_urls.begin();
232 for (history::URLRows::iterator ix = typed_urls.begin();
404 history::URLRows* new_urls) {
506 const history::URLRows* new_urls,
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h 163 void DeleteRowsWithURLs(const history::URLRows& rows);
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 43 history::URLRows rows;

Completed in 551 milliseconds

1 2