Searched defs:app_list_controller_delegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_dialog_views.cc8 #include "chrome/browser/ui/app_list/app_list_controller_delegate.h"
25 void ShowAppInfoDialog(AppListControllerDelegate* app_list_controller_delegate, argument
29 app_list_controller_delegate->GetAppListWindow();
31 gfx::Rect app_list_bounds = app_list_controller_delegate->GetAppListBounds();
37 new AppListDialogContentsView(app_list_controller_delegate,
/external/chromium_org/chrome/browser/ui/views/app_list/
H A Dapp_list_dialog_contents_view.cc7 #include "chrome/browser/ui/app_list/app_list_controller_delegate.h"
60 AppListControllerDelegate* app_list_controller_delegate,
62 : app_list_controller_delegate_(app_list_controller_delegate),
59 AppListDialogContentsView( AppListControllerDelegate* app_list_controller_delegate, views::View* dialog_body) argument

Completed in 4154 milliseconds