HomeSort by relevance Sort by last modified time
    Searched defs:InMemoryHistoryBackend (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/history/
in_memory_history_backend.h 40 class InMemoryHistoryBackend : public content::NotificationObserver {
42 InMemoryHistoryBackend();
43 virtual ~InMemoryHistoryBackend();
90 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(
104 void InMemoryHistoryBackend::OnTypedURLsModified(
126 void InMemoryHistoryBackend::OnURLsDeleted(const URLsDeletedDetails& details) {
147 void InMemoryHistoryBackend::OnKeywordSearchTermUpdated
    [all...]

Completed in 819 milliseconds