OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExpireHistoryBackend
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
expire_history_backend.cc
118
//
ExpireHistoryBackend
::DeleteEffects ----------------------------------------
120
ExpireHistoryBackend
::DeleteEffects::DeleteEffects() {
123
ExpireHistoryBackend
::DeleteEffects::~DeleteEffects() {
127
//
ExpireHistoryBackend
-------------------------------------------------------
129
ExpireHistoryBackend
::
ExpireHistoryBackend
(
139
ExpireHistoryBackend
::~
ExpireHistoryBackend
() {
142
void
ExpireHistoryBackend
::SetDatabases(HistoryDatabase* main_db,
148
void
ExpireHistoryBackend
::DeleteURL(const GURL& url)
[
all
...]
expire_history_backend.h
64
class
ExpireHistoryBackend
{
70
ExpireHistoryBackend
(BroadcastNotificationDelegate* delegate,
72
~
ExpireHistoryBackend
();
258
base::WeakPtrFactory<
ExpireHistoryBackend
> weak_factory_;
284
DISALLOW_COPY_AND_ASSIGN(
ExpireHistoryBackend
);
Completed in 467 milliseconds