Searched refs:AppListServiceImpl (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dchrome_app_list_test_support.h13 class AppListServiceImpl;
25 AppListServiceImpl* GetAppListServiceImpl();
H A Dchrome_app_list_test_support.cc64 AppListServiceImpl* GetAppListServiceImpl() {
65 // AppListServiceImpl is the only subclass of AppListService, which has pure
66 // virtuals. So this must either be NULL, or an AppListServiceImpl.
67 return static_cast<AppListServiceImpl*>(GetAppListService());
/external/chromium_org/chrome/browser/ui/app_list/
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...]
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_browsertest.cc18 // Test API to access private members of AppListServiceImpl.
21 explicit AppListServiceImplTestApi(AppListServiceImpl* impl) : impl_(impl) {}
27 AppListServiceImpl* impl_;
34 // Browser Test for AppListServiceImpl that runs on all platforms supporting
47 AppListServiceImpl* service_;
H A Dapp_list_service_views.h16 class AppListServiceViews : public AppListServiceImpl,
43 // AppListServiceImpl overrides:
H A Dapp_list_service_unittest.cc23 class TestingAppListServiceImpl : public AppListServiceImpl {
28 : AppListServiceImpl(command_line, local_state, profile_store.Pass()),
41 AppListServiceImpl::PerformStartupChecks(profile);
75 // AppListServiceImpl overrides:
H A Dapp_list_controller_delegate_impl.cc102 AppListServiceImpl::RecordAppListAppLaunch();
H A Dapp_list_service_mac.h32 class AppListServiceMac : public AppListServiceImpl,
71 // AppListServiceImpl overrides:
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_service_ash.h16 class AppListServiceAsh : public AppListServiceImpl {

Completed in 271 milliseconds