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
23
#include "chrome/browser/ui/app_list/
app_list_service
.h"
92
AppListService*
app_list_service
= AppListService::Get(desktop_type_);
local
93
app_list_service
->Show();
94
return
app_list_service
->GetAppListWindow();
/external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc
43
#include "chrome/browser/ui/app_list/
app_list_service
.h"
331
AppListService*
app_list_service
= AppListService::Get(
333
app_list_service
->SetProfilePath(profile_file_path);
334
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"
547
AppListService*
app_list_service
=
local
551
app_list_service
->EnableAppList(GetProfile());
557
app_list_service
->CreateForProfile(GetProfile());
559
app_list_service
->ShowForProfile(GetProfile());
Completed in 230 milliseconds