Searched refs:InitializeWithProfile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder.h52 void InitializeWithProfile(Profile* profile, app_list::AppListModel* model);
H A Dextension_app_model_builder_unittest.cc127 builder_->InitializeWithProfile(profile_.get(), model_.get());
172 builder1.InitializeWithProfile(profile_.get(), &model1);
183 builder2.InitializeWithProfile(profile_.get(), &model2);
H A Dextension_app_model_builder.cc62 void ExtensionAppModelBuilder::InitializeWithProfile( function in class:ExtensionAppModelBuilder
H A Dapp_list_syncable_service.cc260 VLOG(1) << this << ": AppListSyncableService: InitializeWithProfile.";
261 apps_builder_->InitializeWithProfile(profile_, model_.get());

Completed in 98 milliseconds