Searched refs:ForceNativeDesktop (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_controller_delegate_win.h17 virtual bool ForceNativeDesktop() const OVERRIDE;
H A Dapp_list_controller_delegate_win.cc22 bool AppListControllerDelegateWin::ForceNativeDesktop() const { function in class:AppListControllerDelegateWin
/external/chromium_org/athena/home/
H A Dapp_list_view_delegate.h30 virtual bool ForceNativeDesktop() const OVERRIDE;
H A Dapp_list_view_delegate.cc66 bool AppListViewDelegate::ForceNativeDesktop() const { function in class:athena::AppListViewDelegate
/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h65 virtual bool ForceNativeDesktop() const = 0;
/external/chromium_org/ui/app_list/test/
H A Dapp_list_test_view_delegate.cc38 bool AppListTestViewDelegate::ForceNativeDesktop() const { function in class:app_list::test::AppListTestViewDelegate
H A Dapp_list_test_view_delegate.h51 virtual bool ForceNativeDesktop() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate.h53 virtual bool ForceNativeDesktop() const;
H A Dapp_list_controller_delegate.cc53 bool AppListControllerDelegate::ForceNativeDesktop() const { function in class:AppListControllerDelegate
H A Dapp_list_view_delegate.h78 virtual bool ForceNativeDesktop() const OVERRIDE;
H A Dapp_list_view_delegate.cc357 bool AppListViewDelegate::ForceNativeDesktop() const { function in class:AppListViewDelegate
358 return controller_->ForceNativeDesktop();
/external/chromium_org/ash/shell/
H A Dapp_list.cc238 virtual bool ForceNativeDesktop() const OVERRIDE {
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc427 if (delegate_ && delegate_->ForceNativeDesktop())

Completed in 851 milliseconds