HomeSort by relevance Sort by last modified time
    Searched refs:InMemoryHistoryBackend (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/history/
in_memory_history_backend.h 5 // The InMemoryHistoryBackend is a wrapper around the in-memory URL database.
16 // The InMemoryHistoryBackend is created on the history thread and passed to the
47 class InMemoryHistoryBackend : public content::NotificationObserver {
49 InMemoryHistoryBackend();
50 virtual ~InMemoryHistoryBackend();
97 DISALLOW_COPY_AND_ASSIGN(InMemoryHistoryBackend);
in_memory_history_backend.cc 24 InMemoryHistoryBackend::InMemoryHistoryBackend()
28 InMemoryHistoryBackend::~InMemoryHistoryBackend() {}
30 bool InMemoryHistoryBackend::Init(const base::FilePath& history_filename,
36 void InMemoryHistoryBackend::AttachToHistoryService(Profile* profile) {
63 void InMemoryHistoryBackend::Observe(
105 void InMemoryHistoryBackend::OnURLVisitedOrModified(const URLRow& url_row) {
114 void InMemoryHistoryBackend::OnURLsDeleted(const URLsDeletedDetails& details) {
135 void InMemoryHistoryBackend::OnKeywordSearchTermUpdated
    [all...]
history_service.h 69 class InMemoryHistoryBackend;
139 // TODO(brettw) this should return the InMemoryHistoryBackend.
    [all...]
history_unittest.cc 98 scoped_ptr<InMemoryHistoryBackend> backend) OVERRIDE;
215 scoped_ptr<InMemoryHistoryBackend> in_mem_backend_;
220 scoped_ptr<InMemoryHistoryBackend> backend) {
    [all...]
history_backend.h 82 scoped_ptr<InMemoryHistoryBackend> backend) = 0;
    [all...]
history_service.cc 147 scoped_ptr<history::InMemoryHistoryBackend> backend) OVERRIDE {
    [all...]
history_backend_unittest.cc 91 scoped_ptr<InMemoryHistoryBackend> backend) OVERRIDE;
162 scoped_ptr<InMemoryHistoryBackend> mem_backend_;
188 void SetInMemoryBackend(scoped_ptr<InMemoryHistoryBackend> backend) {
203 scoped_ptr<InMemoryHistoryBackend> backend) {
    [all...]
history_backend.cc 598 scoped_ptr<InMemoryHistoryBackend> mem_backend(new InMemoryHistoryBackend);
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 65 scoped_ptr<InMemoryHistoryBackend> backend) OVERRIDE {}
    [all...]

Completed in 318 milliseconds