HomeSort by relevance Sort by last modified time
    Searched defs:AppListServiceImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.h 27 class AppListServiceImpl : public AppListService,
30 virtual ~AppListServiceImpl();
33 AppListServiceImpl(const base::CommandLine& command_line,
54 AppListServiceImpl();
81 base::WeakPtrFactory<AppListServiceImpl> weak_factory_;
86 DISALLOW_COPY_AND_ASSIGN(AppListServiceImpl);
app_list_service_impl.cc 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)()) {
    [all...]

Completed in 36 milliseconds