Searched refs:ShouldHandleSystemCommands (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc86 bool WidgetDelegate::ShouldHandleSystemCommands() const { function in class:views::WidgetDelegate
H A Dwidget_delegate.h87 virtual bool ShouldHandleSystemCommands() const;
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.h99 virtual bool ShouldHandleSystemCommands() const OVERRIDE;
H A Dapp_list_view.cc273 bool AppListView::ShouldHandleSystemCommands() const { function in class:app_list::AppListView
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler_delegate.h87 virtual bool ShouldHandleSystemCommands() const = 0;
H A Dhwnd_message_handler.cc2060 if (!delegate_->ShouldHandleSystemCommands())
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.h156 virtual bool ShouldHandleSystemCommands() const OVERRIDE;
H A Ddesktop_window_tree_host_win.cc690 bool DesktopWindowTreeHostWin::ShouldHandleSystemCommands() const { function in class:views::DesktopWindowTreeHostWin
691 return GetWidget()->widget_delegate()->ShouldHandleSystemCommands();

Completed in 2210 milliseconds