Searched defs:InMemoryHistoryBackend (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Din_memory_history_backend.h5 // 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 { class in namespace:history
50 InMemoryHistoryBackend();
51 virtual ~InMemoryHistoryBackend();
100 DISALLOW_COPY_AND_ASSIGN(InMemoryHistoryBackend);
H A Din_memory_history_backend.cc24 InMemoryHistoryBackend::InMemoryHistoryBackend() function in class:history::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
[all...]

Completed in 588 milliseconds