/external/chromium_org/ash/shell/ |
context_menu.cc | 53 void ContextMenu::ExecuteCommand(int command_id, int event_flags) {
|
context_menu.h | 33 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/ash/wm/ |
drag_window_resizer.cc | 76 void DragWindowResizer::Drag(const gfx::Point& location, int event_flags) { 79 next_window_resizer_->Drag(location, event_flags); 101 void DragWindowResizer::CompleteDrag(int event_flags) { 102 next_window_resizer_->CompleteDrag(event_flags);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_context_menu.h | 52 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_app_menu_item_browser.h | 27 virtual void Execute(int event_flags) OVERRIDE;
|
chrome_launcher_app_menu_item_v2app.h | 31 virtual void Execute(int event_flags) OVERRIDE;
|
launcher_application_menu_item_model.h | 30 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_media_menu_model.cc | 54 int event_flags) {
|
content_setting_media_menu_model.h | 37 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
generated_credit_card_bubble_views.h | 39 virtual void StyledLabelLinkClicked(const ui::Range& range, int event_flags)
|
new_credit_card_bubble_views.h | 37 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_prompt_view.h | 34 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
system_menu_model_delegate.cc | 57 void SystemMenuModelDelegate::ExecuteCommand(int command_id, int event_flags) {
|
system_menu_model_delegate.h | 30 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
confirm_infobar.h | 39 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
|
translate_language_menu_model.h | 39 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/ |
network_profile_bubble_view.h | 38 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
|
open_pdf_in_reader_bubble_view.h | 35 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
permission_menu_model.cc | 69 void PermissionMenuModel::ExecuteCommand(int command_id, int event_flags) {
|
permission_menu_model.h | 43 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/test/base/ |
menu_model_test.h | 31 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/ui/app_list/ |
app_list_menu.cc | 50 void AppListMenu::ExecuteCommand(int command_id, int event_flags) {
|
/external/chromium_org/ui/app_list/test/ |
app_list_test_view_delegate.cc | 34 int event_flags) {
|
/external/chromium_org/ui/app_list/views/ |
signin_view.h | 37 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
|
/external/chromium_org/ui/base/models/ |
menu_model.cc | 48 void MenuModel::ActivatedAt(int index, int event_flags) {
|