OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryBackendTestDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
history_backend_unittest.cc
52
class
HistoryBackendTestDelegate
: public HistoryBackend::Delegate {
54
explicit
HistoryBackendTestDelegate
(HistoryBackendTest* test) : test_(test) {}
67
DISALLOW_COPY_AND_ASSIGN(
HistoryBackendTestDelegate
);
148
friend class
HistoryBackendTestDelegate
;
156
new
HistoryBackendTestDelegate
(this),
186
void
HistoryBackendTestDelegate
::SetInMemoryBackend(
191
void
HistoryBackendTestDelegate
::BroadcastNotifications(
197
void
HistoryBackendTestDelegate
::DBLoaded() {
201
void
HistoryBackendTestDelegate
::StartTopSitesMigration() {
798
new
HistoryBackendTestDelegate
(this)
[
all
...]
/external/chromium_org/chrome/browser/history/
history_backend_unittest.cc
78
class
HistoryBackendTestDelegate
: public HistoryBackend::Delegate {
80
explicit
HistoryBackendTestDelegate
(HistoryBackendTest* test) : test_(test) {}
96
DISALLOW_COPY_AND_ASSIGN(
HistoryBackendTestDelegate
);
370
new
HistoryBackendTestDelegate
(this),
378
friend class
HistoryBackendTestDelegate
;
415
void
HistoryBackendTestDelegate
::SetInMemoryBackend(int backend_id,
420
void
HistoryBackendTestDelegate
::BroadcastNotifications(
426
void
HistoryBackendTestDelegate
::DBLoaded(int backend_id) {
[
all
...]
Completed in 3216 milliseconds