Searched refs:ExecuteWindowsCommand (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc108 bool WidgetDelegate::ExecuteWindowsCommand(int command_id) { function in class:views::WidgetDelegate
H A Dwidget_delegate.h101 virtual bool ExecuteWindowsCommand(int command_id);
H A Dwidget.cc1298 return widget_delegate_->ExecuteWindowsCommand(command_id);
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc176 virtual bool ExecuteWindowsCommand(int command_id) OVERRIDE;
538 bool TaskManagerView::ExecuteWindowsCommand(int command_id) { function in class:__anon5368::TaskManagerView
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc714 GetWidget()->widget_delegate()->ExecuteWindowsCommand(command);
746 return GetWidget()->widget_delegate()->ExecuteWindowsCommand(command);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h405 virtual bool ExecuteWindowsCommand(int command_id) OVERRIDE;
H A Dbrowser_view.cc1589 bool BrowserView::ExecuteWindowsCommand(int command_id) { function in class:BrowserView

Completed in 2709 milliseconds