Searched refs:ProfileLoader (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dprofile_loader.cc12 ProfileLoader::ProfileLoader(ProfileStore* profile_store) function in class:ProfileLoader
19 ProfileLoader::~ProfileLoader() {
22 bool ProfileLoader::IsAnyProfileLoading() const {
26 void ProfileLoader::InvalidatePendingProfileLoads() {
30 void ProfileLoader::LoadProfileInvalidatingOtherLoads(
44 base::Bind(&ProfileLoader::OnProfileLoaded,
50 void ProfileLoader::OnProfileLoaded(int profile_load_sequence_id,
58 void ProfileLoader
[all...]
H A Dprofile_loader.h27 class ProfileLoader { class
29 explicit ProfileLoader(ProfileStore* profile_store);
30 ~ProfileLoader();
53 base::WeakPtrFactory<ProfileLoader> weak_factory_;
55 DISALLOW_COPY_AND_ASSIGN(ProfileLoader);
H A Dapp_list_service_impl.h70 ProfileLoader& profile_loader() { return *profile_loader_; }
71 const ProfileLoader& profile_loader() const { return *profile_loader_; }
97 scoped_ptr<ProfileLoader> profile_loader_;
H A Dprofile_loader_unittest.cc25 loader_.reset(new ProfileLoader(profile_store_.get()));
48 scoped_ptr<ProfileLoader> loader_;
H A Dapp_list_service_impl_browsertest.cc23 ProfileLoader* profile_loader() { return impl_->profile_loader_.get(); }
H A Dapp_list_service_impl.cc235 profile_loader_(new ProfileLoader(profile_store_.get())),
246 profile_loader_(new ProfileLoader(profile_store_.get())),

Completed in 307 milliseconds