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

  /external/chromium_org/ui/app_list/views/
app_list_view.cc 169 bool AppListView::ShouldHandleSystemCommands() const {
  /external/chromium_org/ui/views/widget/
widget_delegate.cc 80 bool WidgetDelegate::ShouldHandleSystemCommands() const {
native_widget_win.cc 609 bool NativeWidgetWin::ShouldHandleSystemCommands() const {
610 return GetWidget()->widget_delegate()->ShouldHandleSystemCommands();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 653 bool DesktopRootWindowHostWin::ShouldHandleSystemCommands() const {
654 return GetWidget()->widget_delegate()->ShouldHandleSystemCommands();

Completed in 592 milliseconds