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

  /external/chromium_org/ui/app_list/views/
app_list_view.h 66 virtual bool ShouldHandleSystemCommands() const OVERRIDE;
app_list_view.cc 169 bool AppListView::ShouldHandleSystemCommands() const {
  /external/chromium_org/ui/views/widget/
widget_delegate.h 79 virtual bool ShouldHandleSystemCommands() const;
widget_delegate.cc 80 bool WidgetDelegate::ShouldHandleSystemCommands() const {
native_widget_win.h 187 virtual bool ShouldHandleSystemCommands() const OVERRIDE;
native_widget_win.cc 609 bool NativeWidgetWin::ShouldHandleSystemCommands() const {
610 return GetWidget()->widget_delegate()->ShouldHandleSystemCommands();
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 94 virtual bool ShouldHandleSystemCommands() const = 0;
hwnd_message_handler.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.h 159 virtual bool ShouldHandleSystemCommands() const OVERRIDE;
desktop_root_window_host_win.cc 653 bool DesktopRootWindowHostWin::ShouldHandleSystemCommands() const {
654 return GetWidget()->widget_delegate()->ShouldHandleSystemCommands();

Completed in 872 milliseconds