Searched defs:ProfileLoader (Results 1 - 2 of 2) 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);

Completed in 675 milliseconds