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

  /external/chromium_org/chrome/browser/history/
in_memory_history_backend.cc 24 InMemoryHistoryBackend::InMemoryHistoryBackend()
28 InMemoryHistoryBackend::~InMemoryHistoryBackend() {}
30 bool InMemoryHistoryBackend::Init(const base::FilePath& history_filename) {
35 void InMemoryHistoryBackend::AttachToHistoryService(Profile* profile) {
61 void InMemoryHistoryBackend::DeleteAllSearchTermsForKeyword(
68 void InMemoryHistoryBackend::Observe(
104 void InMemoryHistoryBackend::OnURLVisitedOrModified(const URLRow& url_row) {
113 void InMemoryHistoryBackend::OnURLsDeleted(const URLsDeletedDetails& details)
    [all...]
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
48 class InMemoryHistoryBackend : public content::NotificationObserver {
50 InMemoryHistoryBackend();
51 virtual ~InMemoryHistoryBackend();
100 DISALLOW_COPY_AND_ASSIGN(InMemoryHistoryBackend);

Completed in 314 milliseconds