Home | History | Annotate | Download | only in app_list

Lines Matching defs:AppListServiceImpl

203 void AppListServiceImpl::RecordAppListLaunch() {
211 void AppListServiceImpl::RecordAppListAppLaunch() {
218 void AppListServiceImpl::SendAppListStats() {
230 AppListServiceImpl::AppListServiceImpl()
240 AppListServiceImpl::AppListServiceImpl(const CommandLine& command_line,
251 AppListServiceImpl::~AppListServiceImpl() {}
253 void AppListServiceImpl::SetAppListNextPaintCallback(void (*callback)()) {}
255 void AppListServiceImpl::HandleFirstRun() {}
257 void AppListServiceImpl::Init(Profile* initial_profile) {}
259 base::FilePath AppListServiceImpl::GetProfilePath(
279 void AppListServiceImpl::SetProfilePath(const base::FilePath& profile_path) {
291 void AppListServiceImpl::CreateShortcut() {}
294 void AppListServiceImpl::OnProfileWillBeRemoved(
306 void AppListServiceImpl::Show() {
309 base::Bind(&AppListServiceImpl::ShowForProfile,
313 void AppListServiceImpl::AutoShowForProfile(Profile* requested_profile) {
323 void AppListServiceImpl::EnableAppList(Profile* initial_profile,
351 void AppListServiceImpl::InvalidatePendingProfileLoads() {
355 void AppListServiceImpl::PerformStartupChecks(Profile* initial_profile) {
373 base::Bind(&AppListServiceImpl::SendAppListStats),