HomeSort by relevance Sort by last modified time
    Searched refs:ForceNativeDesktop (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_controller_delegate_win.h 17 virtual bool ForceNativeDesktop() const OVERRIDE;
app_list_controller_delegate_win.cc 22 bool AppListControllerDelegateWin::ForceNativeDesktop() const {
  /external/chromium_org/ui/app_list/
app_list_view_delegate.h 65 virtual bool ForceNativeDesktop() const = 0;
  /external/chromium_org/athena/home/
app_list_view_delegate.h 30 virtual bool ForceNativeDesktop() const OVERRIDE;
app_list_view_delegate.cc 66 bool AppListViewDelegate::ForceNativeDesktop() const {
  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.cc 38 bool AppListTestViewDelegate::ForceNativeDesktop() const {
app_list_test_view_delegate.h 51 virtual bool ForceNativeDesktop() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.h 53 virtual bool ForceNativeDesktop() const;
app_list_view_delegate.h 78 virtual bool ForceNativeDesktop() const OVERRIDE;
app_list_controller_delegate.cc 53 bool AppListControllerDelegate::ForceNativeDesktop() const {
app_list_view_delegate.cc 357 bool AppListViewDelegate::ForceNativeDesktop() const {
358 return controller_->ForceNativeDesktop();
  /external/chromium_org/ash/shell/
app_list.cc 238 virtual bool ForceNativeDesktop() const OVERRIDE {
  /external/chromium_org/ui/app_list/views/
app_list_view.cc 427 if (delegate_ && delegate_->ForceNativeDesktop())

Completed in 186 milliseconds