Searched refs:StartPageService (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dstart_page_service_factory.cc20 StartPageService* StartPageServiceFactory::GetForProfile(Profile* profile) {
26 return static_cast<StartPageService*>(
49 return new StartPageService(profile);
H A Dstart_page_service_factory.h14 class StartPageService;
16 // Singleton factory to create StartPageService.
19 // Gets or creates the instance of StartPageService for |profile|.
20 static StartPageService* GetForProfile(Profile* profile);
H A Dstart_page_service.cc50 class StartPageService::ProfileDestroyObserver
53 explicit ProfileDestroyObserver(StartPageService* service)
71 StartPageService* service_; // Owner of this class.
77 class StartPageService::StartPageWebContentsDelegate
104 StartPageService* StartPageService::Get(Profile* profile) {
108 StartPageService::StartPageService(Profile* profile) function in class:app_list::StartPageService
125 StartPageService::~StartPageService() {}
[all...]
H A Dstart_page_service.h30 // StartPageService collects data to be displayed in app list's start page
32 class StartPageService : public KeyedService { class in namespace:app_list
37 static StartPageService* Get(Profile* profile);
73 explicit StartPageService(Profile* profile);
74 virtual ~StartPageService();
92 DISALLOW_COPY_AND_ASSIGN(StartPageService);
H A Dapp_list_view_delegate.cc212 app_list::StartPageService* start_page_service =
213 app_list::StartPageService::Get(profile_);
244 app_list::StartPageService* start_page_service =
245 app_list::StartPageService::Get(profile_);
438 app_list::StartPageService* service =
439 app_list::StartPageService::Get(profile_);
461 app_list::StartPageService* service =
462 app_list::StartPageService::Get(profile_);
511 app_list::StartPageService* service =
512 app_list::StartPageService
[all...]
/external/chromium_org/chrome/browser/ui/webui/app_list/
H A Dstart_page_handler.cc149 StartPageService* service = StartPageService::Get(profile);
159 StartPageService* service = StartPageService::Get(profile);
236 StartPageService::Get(Profile::FromWebUI(web_ui()))->OnSpeechResult(
244 StartPageService* service =
245 StartPageService::Get(Profile::FromWebUI(web_ui()));
268 StartPageService* service =
269 StartPageService::Get(Profile::FromWebUI(web_ui()));
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dsearch_controller.cc69 StartPageService* service = StartPageService::Get(profile_);
/external/chromium_org/chrome/browser/ui/webui/
H A Dvoicesearch_ui.cc316 app_list::StartPageService* start_page_service =
317 app_list::StartPageService::Get(profile_);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils.cc320 app_list::StartPageService::Get(profile);

Completed in 2223 milliseconds