OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpireHistoryBackend
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/history/
expire_history_backend.cc
137
struct
ExpireHistoryBackend
::DeleteDependencies {
163
ExpireHistoryBackend
::
ExpireHistoryBackend
(
175
ExpireHistoryBackend
::~
ExpireHistoryBackend
() {
178
void
ExpireHistoryBackend
::SetDatabases(HistoryDatabase* main_db,
188
void
ExpireHistoryBackend
::DeleteURL(const GURL& url) {
224
void
ExpireHistoryBackend
::ExpireHistoryBetween(
269
void
ExpireHistoryBackend
::ArchiveHistoryBefore(Time end_time) {
279
void
ExpireHistoryBackend
::InitWorkQueue()
[
all
...]
expire_history_backend.h
63
class
ExpireHistoryBackend
{
69
ExpireHistoryBackend
(BroadcastNotificationDelegate* delegate,
71
~
ExpireHistoryBackend
();
260
ScopedRunnableMethodFactory<
ExpireHistoryBackend
> factory_;
287
DISALLOW_COPY_AND_ASSIGN(
ExpireHistoryBackend
);
thumbnail_database.h
30
class
ExpireHistoryBackend
;
222
friend class
ExpireHistoryBackend
;
history_backend.h
296
// Calls
ExpireHistoryBackend
::ExpireHistoryBetween and commits the change.
324
ExpireHistoryBackend
* expire_backend() { return &expirer_; }
493
// logic lives here instead of
ExpireHistoryBackend
since it will cause
541
ExpireHistoryBackend
expirer_;
expire_history_backend_unittest.cc
107
ExpireHistoryBackend
expirer_;
[
all
...]
Completed in 248 milliseconds