HomeSort by relevance Sort by last modified time
    Searched refs:LogDatabaseStats (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/predictors/
predictor_database.cc 50 void LogDatabaseStats(); // DB Thread.
101 LogDatabaseStats();
113 void PredictorDatabaseInternal::LogDatabaseStats() {
123 autocomplete_table_->LogDatabaseStats();
124 logged_in_table_->LogDatabaseStats();
126 resource_prefetch_tables_->LogDatabaseStats();
predictor_table_base.h 29 virtual void LogDatabaseStats() = 0;
autocomplete_action_predictor_table.h 81 virtual void LogDatabaseStats() OVERRIDE;
logged_in_predictor_table.h 56 virtual void LogDatabaseStats() OVERRIDE;
resource_prefetch_predictor_tables.h 141 virtual void LogDatabaseStats() OVERRIDE;
logged_in_predictor_table.cc 156 void LoggedInPredictorTable::LogDatabaseStats() {
autocomplete_action_predictor_table.cc 246 void AutocompleteActionPredictorTable::LogDatabaseStats() {
resource_prefetch_predictor_tables.cc 423 void ResourcePrefetchPredictorTables::LogDatabaseStats() {

Completed in 166 milliseconds