OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_list_service
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/extensions/
application_launch.cc
20
#include "chrome/browser/ui/app_list/
app_list_service
.h"
87
AppListService*
app_list_service
= AppListService::Get(desktop_type_);
local
88
app_list_service
->Show();
89
return
app_list_service
->GetAppListWindow();
/external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc
45
#include "chrome/browser/ui/app_list/
app_list_service
.h"
388
AppListService*
app_list_service
= AppListService::Get(
390
app_list_service
->SetProfilePath(profile_file_path);
391
app_list_service
->Show();
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc
31
#include "chrome/browser/ui/app_list/
app_list_service
.h"
476
AppListService*
app_list_service
=
local
480
app_list_service
->EnableAppList(GetProfile(),
488
app_list_service
->CreateForProfile(GetProfile());
490
app_list_service
->AutoShowForProfile(GetProfile());
Completed in 892 milliseconds