HomeSort by relevance Sort by last modified time
    Searched defs:PredictorDatabase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/predictors/
predictor_database.h 23 class PredictorDatabase : public KeyedService {
25 explicit PredictorDatabase(Profile* profile);
26 virtual ~PredictorDatabase();
40 DISALLOW_COPY_AND_ASSIGN(PredictorDatabase);
predictor_database.cc 39 friend class PredictorDatabase;
111 UMA_HISTOGRAM_MEMORY_KB("PredictorDatabase.DatabaseSizeKB",
118 PredictorDatabase::PredictorDatabase(Profile* profile)
124 PredictorDatabase::~PredictorDatabase() {
127 void PredictorDatabase::Shutdown() {
132 PredictorDatabase::autocomplete_table() {
137 PredictorDatabase::logged_in_table() {
141 sql::Connection* PredictorDatabase::GetDatabase()
    [all...]

Completed in 1920 milliseconds