Searched defs:AppListServiceImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl.h32 class AppListServiceImpl : public AppListService, class in inherits:AppListService,ProfileInfoCacheObserver
35 virtual ~AppListServiceImpl();
38 AppListServiceImpl(const base::CommandLine& command_line,
63 AppListServiceImpl();
100 base::WeakPtrFactory<AppListServiceImpl> weak_factory_;
102 DISALLOW_COPY_AND_ASSIGN(AppListServiceImpl);
H A Dapp_list_service_impl.cc203 void AppListServiceImpl::RecordAppListLaunch() {
211 void AppListServiceImpl::RecordAppListAppLaunch() {
218 void AppListServiceImpl::SendAppListStats() {
230 AppListServiceImpl::AppListServiceImpl() function in class:AppListServiceImpl
240 AppListServiceImpl::AppListServiceImpl(const CommandLine& command_line, function in class:AppListServiceImpl
251 AppListServiceImpl::~AppListServiceImpl() {}
253 AppListViewDelegate* AppListServiceImpl
[all...]

Completed in 90 milliseconds