OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PredictorDatabase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/predictors/
predictor_database.h
24
class
PredictorDatabase
: public BrowserContextKeyedService {
26
explicit
PredictorDatabase
(Profile* profile);
27
virtual ~
PredictorDatabase
();
42
DISALLOW_COPY_AND_ASSIGN(
PredictorDatabase
);
predictor_database.cc
41
friend class
PredictorDatabase
;
120
UMA_HISTOGRAM_MEMORY_KB("
PredictorDatabase
.DatabaseSizeKB",
129
PredictorDatabase
::
PredictorDatabase
(Profile* profile)
135
PredictorDatabase
::~
PredictorDatabase
() {
138
void
PredictorDatabase
::Shutdown() {
143
PredictorDatabase
::autocomplete_table() {
148
PredictorDatabase
::logged_in_table() {
153
PredictorDatabase
::resource_prefetch_tables()
[
all
...]
Completed in 145 milliseconds