HomeSort by relevance Sort by last modified time
    Searched refs:PredictorDatabase (Results 1 - 9 of 9) 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_factory.cc 15 PredictorDatabase* PredictorDatabaseFactory::GetForProfile(Profile* profile) {
16 return static_cast<PredictorDatabase*>(
27 "PredictorDatabase", BrowserContextDependencyManager::GetInstance()) {
35 return new PredictorDatabase(static_cast<Profile*>(profile));
predictor_database_factory.h 16 class PredictorDatabase;
22 static PredictorDatabase* GetForProfile(Profile* profile);
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...]
autocomplete_action_predictor_table_unittest.cc 56 scoped_ptr<PredictorDatabase> db_;
81 db_.reset(new PredictorDatabase(&profile_));
  /external/chromium_org/chrome/browser/ui/views/frame/
test_with_browser_view.h 16 class PredictorDatabase;
44 scoped_ptr<predictors::PredictorDatabase> predictor_db_;
test_with_browser_view.cc 62 predictor_db_.reset(new predictors::PredictorDatabase(GetProfile()));
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc     [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc 262 predictors::PredictorDatabase* predictor_db =
    [all...]

Completed in 221 milliseconds