OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InMemoryHistoryBackend
(Results
1 - 2
of
2
) 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
...]
Completed in 19 milliseconds