Searched refs:PredictorDatabaseFactory (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/predictors/
H A Dpredictor_database_factory.cc15 PredictorDatabase* PredictorDatabaseFactory::GetForProfile(Profile* profile) {
21 PredictorDatabaseFactory* PredictorDatabaseFactory::GetInstance() {
22 return Singleton<PredictorDatabaseFactory>::get();
25 PredictorDatabaseFactory::PredictorDatabaseFactory() function in class:predictors::PredictorDatabaseFactory
30 PredictorDatabaseFactory::~PredictorDatabaseFactory() {
33 KeyedService* PredictorDatabaseFactory::BuildServiceInstanceFor(
H A Dpredictor_database_factory.h20 class PredictorDatabaseFactory : public BrowserContextKeyedServiceFactory { class in namespace:predictors
24 static PredictorDatabaseFactory* GetInstance();
27 friend struct DefaultSingletonTraits<PredictorDatabaseFactory>;
29 PredictorDatabaseFactory();
30 virtual ~PredictorDatabaseFactory();
36 DISALLOW_COPY_AND_ASSIGN(PredictorDatabaseFactory);
H A Dautocomplete_action_predictor_factory.cc34 DependsOn(PredictorDatabaseFactory::GetInstance());
H A Dresource_prefetch_predictor_factory.cc35 DependsOn(PredictorDatabaseFactory::GetInstance());
H A Dautocomplete_action_predictor.cc89 PredictorDatabaseFactory::GetForProfile(profile_)->autocomplete_table();
H A Dresource_prefetch_predictor.cc308 tables_(PredictorDatabaseFactory::GetForProfile(
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager_factory.cc50 DependsOn(predictors::PredictorDatabaseFactory::GetInstance());
H A Dprerender_manager.cc260 predictors::PredictorDatabaseFactory::GetForProfile(profile);
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_browser_main_extra_parts_profiles.cc244 predictors::PredictorDatabaseFactory::GetInstance();
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc876 predictors::PredictorDatabaseFactory::GetForProfile(profile_);

Completed in 119 milliseconds