Searched refs:LogDatabaseStats (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/predictors/
H A Dpredictor_database.cc50 void LogDatabaseStats(); // DB Thread.
101 LogDatabaseStats();
113 void PredictorDatabaseInternal::LogDatabaseStats() { function in class:predictors::PredictorDatabaseInternal
123 autocomplete_table_->LogDatabaseStats();
124 logged_in_table_->LogDatabaseStats();
126 resource_prefetch_tables_->LogDatabaseStats();
H A Dpredictor_table_base.h29 virtual void LogDatabaseStats() = 0;
H A Dlogged_in_predictor_table.h56 virtual void LogDatabaseStats() OVERRIDE;
H A Dautocomplete_action_predictor_table.h81 virtual void LogDatabaseStats() OVERRIDE;
H A Dresource_prefetch_predictor_tables.h141 virtual void LogDatabaseStats() OVERRIDE;
H A Dlogged_in_predictor_table.cc156 void LoggedInPredictorTable::LogDatabaseStats() { function in class:predictors::LoggedInPredictorTable
H A Dautocomplete_action_predictor_table.cc246 void AutocompleteActionPredictorTable::LogDatabaseStats() { function in class:predictors::AutocompleteActionPredictorTable
H A Dresource_prefetch_predictor_tables.cc423 void ResourcePrefetchPredictorTables::LogDatabaseStats() { function in class:predictors::ResourcePrefetchPredictorTables

Completed in 91 milliseconds