Home
last modified time | relevance | path

Searched refs:history_backend (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl.cc295 history::HistoryBackend* history_backend, in CreateTypedUrlSyncComponents() argument
299 history_backend); in CreateTypedUrlSyncComponents()
302 history_backend, in CreateTypedUrlSyncComponents()
Dprofile_sync_factory_mock.h71 history::HistoryBackend* history_backend,
Dprofile_sync_factory_impl.h69 history::HistoryBackend* history_backend,
Dprofile_sync_factory.h129 history::HistoryBackend* history_backend,
/external/chromium/chrome/browser/sync/glue/
Dtyped_url_change_processor.cc22 history::HistoryBackend* history_backend, in TypedUrlChangeProcessor() argument
26 history_backend_(history_backend), in TypedUrlChangeProcessor()
30 DCHECK(history_backend); in TypedUrlChangeProcessor()
Dtyped_url_change_processor.h42 history::HistoryBackend* history_backend,
Dtyped_url_model_associator.h58 history::HistoryBackend* history_backend);
Dtyped_url_model_associator.cc21 history::HistoryBackend* history_backend) in TypedUrlModelAssociator() argument
23 history_backend_(history_backend), in TypedUrlModelAssociator()
/external/chromium/chrome/browser/history/
Dhistory_backend.cc129 explicit CommitLaterTask(HistoryBackend* history_backend) in CommitLaterTask() argument
130 : history_backend_(history_backend) { in CommitLaterTask()