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

  /external/chromium/chrome/browser/history/
in_memory_history_backend.h 39 class InMemoryHistoryBackend : public NotificationObserver {
41 InMemoryHistoryBackend();
42 ~InMemoryHistoryBackend();
102 DISALLOW_COPY_AND_ASSIGN(InMemoryHistoryBackend);
in_memory_history_backend.cc 29 InMemoryHistoryBackend::InMemoryHistoryBackend()
33 InMemoryHistoryBackend::~InMemoryHistoryBackend() {
38 bool InMemoryHistoryBackend::Init(const FilePath& history_filename,
55 void InMemoryHistoryBackend::AttachToHistoryService(Profile* profile) {
80 void InMemoryHistoryBackend::Observe(NotificationType type,
119 void InMemoryHistoryBackend::OnTypedURLsModified(
141 void InMemoryHistoryBackend::OnURLsDeleted(const URLsDeletedDetails& details) {
169 void InMemoryHistoryBackend::OnKeywordSearchTermUpdated
    [all...]
history.h 54 class InMemoryHistoryBackend;
156 // TODO(brettw) this should return the InMemoryHistoryBackend.
681 void SetInMemoryBackend(history::InMemoryHistoryBackend* mem_backend);
    [all...]
history.cc 83 history::InMemoryHistoryBackend* backend) OVERRIDE {
717 history::InMemoryHistoryBackend* mem_backend) {
history_backend.h 71 virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend) = 0;
history_backend_unittest.cc 57 virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend) OVERRIDE;
78 scoped_ptr<InMemoryHistoryBackend> mem_backend_;
168 void SetInMemoryBackend(InMemoryHistoryBackend* backend) {
187 InMemoryHistoryBackend* backend) {
    [all...]
history_unittest.cc 92 virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend) OVERRIDE;
277 scoped_ptr<InMemoryHistoryBackend> in_mem_backend_;
281 void BackendDelegate::SetInMemoryBackend(InMemoryHistoryBackend* backend) {
history_backend.cc 549 InMemoryHistoryBackend* mem_backend = new InMemoryHistoryBackend;
    [all...]

Completed in 1617 milliseconds