OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HistoryBackend
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/history/
history_backend.h
48
class
HistoryBackend
: public base::RefCountedThreadSafe<
HistoryBackend
>,
51
// Interface implemented by the owner of the
HistoryBackend
object. Normally,
100
HistoryBackend
(const FilePath& history_dir,
328
virtual ~
HistoryBackend
();
331
friend class base::RefCountedThreadSafe<
HistoryBackend
>;
381
// this
HistoryBackend
object has been Init()ed successfully.
396
// that this
HistoryBackend
object has been Init()ed successfully.
603
DISALLOW_COPY_AND_ASSIGN(
HistoryBackend
);
history_backend.cc
41
/* The
HistoryBackend
consists of a number of components:
129
explicit CommitLaterTask(
HistoryBackend
* history_backend)
149
scoped_refptr<
HistoryBackend
> history_backend_;
159
class
HistoryBackend
::URLQuerier {
199
//
HistoryBackend
--------------------------------------------------------------
201
HistoryBackend
::
HistoryBackend
(const FilePath& history_dir,
214
HistoryBackend
::~
HistoryBackend
() {
244
void
HistoryBackend
::Init(const std::string& languages, bool force_fail)
[
all
...]
/external/chromium_org/chrome/browser/history/
history_backend.h
62
class
HistoryBackend
: public base::RefCountedThreadSafe<
HistoryBackend
>,
65
// Interface implemented by the owner of the
HistoryBackend
object. Normally,
120
HistoryBackend
(const base::FilePath& history_dir,
458
// state into the
HistoryBackend
databases. Close all of the databases managed
459
//
HistoryBackend
as there are no provisions for accessing the other databases
460
// managed by
HistoryBackend
when the history database cannot be accessed.
492
virtual ~
HistoryBackend
();
495
friend class base::RefCountedThreadSafe<
HistoryBackend
>;
586
// Closes all databases managed by
HistoryBackend
. Commits any pendin
[
all
...]
history_backend.cc
56
/* The
HistoryBackend
consists of a number of components:
140
explicit CommitLaterTask(
HistoryBackend
* history_backend)
160
scoped_refptr<
HistoryBackend
> history_backend_;
163
//
HistoryBackend
--------------------------------------------------------------
165
HistoryBackend
::
HistoryBackend
(const base::FilePath& history_dir,
180
HistoryBackend
::~
HistoryBackend
() {
203
void
HistoryBackend
::Init(const std::string& languages, bool force_fail) {
209
base::Bind(&
HistoryBackend
::OnMemoryPressure, base::Unretained(this))))
[
all
...]
Completed in 178 milliseconds