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

/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_controller_delegate_win.h11 class AppListControllerDelegateWin : public AppListControllerDelegateViews { class in inherits:AppListControllerDelegateViews
13 explicit AppListControllerDelegateWin(AppListServiceViews* service);
14 virtual ~AppListControllerDelegateWin();
24 DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateWin);
H A Dapp_list_controller_delegate_win.cc16 AppListControllerDelegateWin::AppListControllerDelegateWin( function in class:AppListControllerDelegateWin
20 AppListControllerDelegateWin::~AppListControllerDelegateWin() {}
22 bool AppListControllerDelegateWin::ForceNativeDesktop() const {
26 gfx::ImageSkia AppListControllerDelegateWin::GetWindowIcon() {
32 void AppListControllerDelegateWin::FillLaunchParams(AppLaunchParams* params) {

Completed in 102 milliseconds