OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitDBOnDBThread
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/history/
top_sites_backend.h
69
void
InitDBOnDBThread
(const base::FilePath& path);
top_sites_backend.cc
27
base::Bind(&TopSitesBackend::
InitDBOnDBThread
, this, path));
85
void TopSitesBackend::
InitDBOnDBThread
(const base::FilePath& path) {
136
InitDBOnDBThread
(db_path_);
/external/chromium/chrome/browser/history/
top_sites_backend.cc
22
this, &TopSitesBackend::
InitDBOnDBThread
, path));
85
void TopSitesBackend::
InitDBOnDBThread
(const FilePath& path) {
145
InitDBOnDBThread
(db_path_);
top_sites_backend.h
74
void
InitDBOnDBThread
(const FilePath& path);
Completed in 38 milliseconds