Searched refs:ShouldCenterWindow (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.cc94 view->ShouldCenterWindow()));
/external/chromium_org/athena/home/
H A Dapp_list_view_delegate.h62 virtual bool ShouldCenterWindow() const OVERRIDE;
H A Dapp_list_view_delegate.cc186 bool AppListViewDelegate::ShouldCenterWindow() const { function in class:athena::AppListViewDelegate
/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h156 virtual bool ShouldCenterWindow() const = 0;
/external/chromium_org/ui/app_list/test/
H A Dapp_list_test_view_delegate.cc113 bool AppListTestViewDelegate::ShouldCenterWindow() const { function in class:app_list::test::AppListTestViewDelegate
H A Dapp_list_test_view_delegate.h85 virtual bool ShouldCenterWindow() const OVERRIDE;
/external/chromium_org/ui/app_list/views/
H A Dapp_list_main_view.h75 bool ShouldCenterWindow() const;
H A Dapp_list_main_view.cc238 bool AppListMainView::ShouldCenterWindow() const { function in class:app_list::AppListMainView
239 return delegate_->ShouldCenterWindow();
H A Dapp_list_view.h90 bool ShouldCenterWindow() const;
H A Dapp_list_view.cc251 bool AppListView::ShouldCenterWindow() const { function in class:app_list::AppListView
252 return delegate_->ShouldCenterWindow();
H A Dapps_container_view.cc34 } else if (app_list_main_view->ShouldCenterWindow()) {
H A Dapp_list_view_unittest.cc146 virtual bool ShouldCenterWindow() const OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux.cc111 view->ShouldCenterWindow()));
/external/chromium_org/ash/shell/
H A Dapp_list.cc250 virtual bool ShouldCenterWindow() const OVERRIDE {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.h112 virtual bool ShouldCenterWindow() const OVERRIDE;
H A Dapp_list_view_delegate.cc608 bool AppListViewDelegate::ShouldCenterWindow() const { function in class:AppListViewDelegate
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc199 is_centered_ = view->ShouldCenterWindow();

Completed in 251 milliseconds