HomeSort by relevance Sort by last modified time
    Searched refs:AppListService (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/app_list/test/
chrome_app_list_test_support.h 12 class AppListService;
17 app_list::AppListModel* GetAppListModel(AppListService* service);
20 AppListService* GetAppListService();
chrome_app_list_test_support.cc 13 app_list::AppListModel* GetAppListModel(AppListService* service) {
18 AppListService* GetAppListService() {
20 return AppListService::Get(chrome::GetActiveDesktop());
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.h 28 class AppListService {
45 // Get the AppListService for the current platform and specified
47 static AppListService* Get(chrome::HostDesktopType desktop_type);
49 // Call Init for all AppListService instances on this platform.
110 AppListService() {}
111 virtual ~AppListService() {}
117 DISALLOW_COPY_AND_ASSIGN(AppListService);
app_list_service_disabled.cc 11 class AppListServiceDisabled : public AppListService {
23 // AppListService overrides:
60 AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) {
65 void AppListService::InitAll(Profile* initial_profile) {}
68 void AppListService::RegisterPrefs(PrefRegistrySimple* registry) {}
71 void AppListService::RecordShowTimings(const base::CommandLine& command_line) {}
app_list_controller_delegate_impl.h 12 class AppListService;
27 explicit AppListControllerDelegateImpl(AppListService* service);
61 AppListService* service_;
app_list_service_unittest.cc 90 AppListService::RegisterPrefs(pref_registry);
106 AppListService::ENABLE_VIA_COMMAND_LINE);
187 EXPECT_EQ(AppListService::ENABLE_NOT_RECORDED,
192 AppListService::ENABLE_FOR_APP_INSTALL);
196 EXPECT_EQ(AppListService::ENABLE_FOR_APP_INSTALL,
203 EXPECT_EQ(AppListService::ENABLE_FOR_APP_INSTALL,
209 AppListService::ENABLE_FOR_APP_INSTALL);
210 EXPECT_EQ(AppListService::ENABLE_FOR_APP_INSTALL,
216 EXPECT_EQ(AppListService::ENABLE_FOR_APP_INSTALL,
222 AppListService::ENABLE_FOR_APP_INSTALL)
    [all...]
app_list_service_interactive_uitest.cc 29 // Interactive UI Test for AppListService that runs on all platforms supporting
82 AppListService* service = test::GetAppListService();
95 AppListService* service = test::GetAppListService();
129 AppListService* service = test::GetAppListService();
172 AppListService* service = test::GetAppListService();
222 AppListService* service = test::GetAppListService();
app_list_service.cc 86 void AppListService::RegisterPrefs(PrefRegistrySimple* registry) {
109 void AppListService::RecordShowTimings(const CommandLine& command_line) {
app_list_service_views_browsertest.cc 24 // Browser Test for AppListService on Views platforms.
29 AppListService* service = test::GetAppListService();
35 // AppListService::GetAppListWindow returning NULL.
87 AppListService* service = test::GetAppListService();
app_list_service_impl.h 26 // Parts of the AppListService implementation shared between platforms.
27 class AppListServiceImpl : public AppListService,
40 // AppListService overrides:
app_list_service_impl.cc 180 AppListService::AppListEnableSource enable_source =
181 static_cast<AppListService::AppListEnableSource>(
183 if (enable_source == AppListService::ENABLE_FOR_APP_INSTALL) {
198 AppListService::ENABLE_NUM_ENABLE_SOURCES);
327 if (enable_source != AppListService::ENABLE_VIA_WEBSTORE_LINK &&
app_list_controller_browsertest.cc 31 AppListService* service = test::GetAppListService();
136 AppListService* service = test::GetAppListService();
app_list_controller_delegate_impl.cc 21 AppListService* service)
extension_app_item.cc 357 return AppListService::Get(chrome::GetActiveDesktop())->
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_service_ash.cc 73 AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) {
78 void AppListService::InitAll(Profile* initial_profile) {
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_service_linux.cc 86 AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) {
94 void AppListService::InitAll(Profile* initial_profile) {
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 46 AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) {
54 void AppListService::InitAll(Profile* initial_profile) {
  /external/chromium_org/apps/app_shim/
app_shim_handler_mac.cc 29 !AppListService::Get(chrome::HOST_DESKTOP_TYPE_NATIVE)
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.cc 114 AppListService::Get(chrome::HOST_DESKTOP_TYPE_ASH)->
  /external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.cc 155 AppListService::Get(chrome::HOST_DESKTOP_TYPE_ASH)->
252 AppListService::Get(chrome::GetActiveDesktop())->
application_launch.cc 88 AppListService* app_list_service = AppListService::Get(desktop_type_);
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 567 AppListService* app_list_service =
568 AppListService::Get(GetCurrentBrowser()->host_desktop_type());
572 AppListService::ENABLE_FOR_APP_INSTALL);
660 AppListService::Get(GetCurrentBrowser()->host_desktop_type())
661 ->EnableAppList(GetProfile(), AppListService::ENABLE_VIA_WEBSTORE_LINK);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 393 AppListService* app_list_service = AppListService::Get(
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 133 AppListService::Get(chrome::GetActiveDesktop())->GetAppListWindow() :
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_handler.cc 206 AppListControllerDelegate* controller = AppListService::Get(

Completed in 1453 milliseconds

1 2