Searched defs:profile_store (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dprofile_loader.cc10 #include "chrome/browser/ui/app_list/profile_store.h"
12 ProfileLoader::ProfileLoader(ProfileStore* profile_store) argument
13 : profile_store_(profile_store),
H A Dapp_list_service_unittest.cc27 scoped_ptr<ProfileStore> profile_store)
28 : AppListServiceImpl(command_line, local_state, profile_store.Pass()),
25 TestingAppListServiceImpl(const CommandLine& command_line, PrefService* local_state, scoped_ptr<ProfileStore> profile_store) argument
H A Dapp_list_service_impl.cc20 #include "chrome/browser/ui/app_list/profile_store.h"
242 scoped_ptr<ProfileStore> profile_store)
243 : profile_store_(profile_store.Pass()),
240 AppListServiceImpl(const CommandLine& command_line, PrefService* local_state, scoped_ptr<ProfileStore> profile_store) argument

Completed in 3550 milliseconds