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

  /external/chromium_org/ui/views/widget/
widget_delegate.h 87 virtual bool ShouldHandleSystemCommands() const;
widget_delegate.cc 86 bool WidgetDelegate::ShouldHandleSystemCommands() const {
  /external/chromium_org/ui/app_list/views/
app_list_view.h 99 virtual bool ShouldHandleSystemCommands() const OVERRIDE;
app_list_view.cc 273 bool AppListView::ShouldHandleSystemCommands() const {
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 87 virtual bool ShouldHandleSystemCommands() const = 0;
hwnd_message_handler.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 156 virtual bool ShouldHandleSystemCommands() const OVERRIDE;
desktop_window_tree_host_win.cc 690 bool DesktopWindowTreeHostWin::ShouldHandleSystemCommands() const {
691 return GetWidget()->widget_delegate()->ShouldHandleSystemCommands();
    [all...]

Completed in 133 milliseconds