HomeSort by relevance Sort by last modified time
    Searched defs:ShouldCenterWindow (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.cc 109 bool AppListTestViewDelegate::ShouldCenterWindow() const {
  /external/chromium_org/athena/home/
app_list_view_delegate.cc 167 bool AppListViewDelegate::ShouldCenterWindow() const {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 468 bool AppListViewDelegate::ShouldCenterWindow() const {
  /external/chromium_org/ui/app_list/views/
app_list_main_view.cc 200 bool AppListMainView::ShouldCenterWindow() const {
201 return delegate_->ShouldCenterWindow();
app_list_view.cc 193 bool AppListView::ShouldCenterWindow() const {
194 return delegate_->ShouldCenterWindow();

Completed in 130 milliseconds