Searched defs:event_flags (Results 1 - 25 of 126) sorted by relevance

123456

/external/chromium_org/ui/base/
H A Dwindow_open_disposition.cc31 WindowOpenDisposition DispositionFromEventFlags(int event_flags) { argument
33 (event_flags & ui::EF_MIDDLE_MOUSE_BUTTON) != 0,
34 (event_flags & ui::EF_ALT_DOWN) != 0,
35 (event_flags & ui::EF_CONTROL_DOWN) != 0,
36 (event_flags & ui::EF_COMMAND_DOWN) != 0,
37 (event_flags & ui::EF_SHIFT_DOWN) != 0);
/external/chromium_org/ui/views/examples/
H A Dlink_example.cc29 void LinkExample::LinkClicked(Link* source, int event_flags) { argument
/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.cc47 int event_flags) {
46 CreateApplicationMenu( int event_flags) argument
H A Dshelf_alignment_menu.cc54 void ShelfAlignmentMenu::ExecuteCommand(int command_id, int event_flags) { argument
H A Dshelf_window_watcher_item_delegate.cc59 int event_flags) {
58 CreateApplicationMenu( int event_flags) argument
/external/chromium_org/ash/shell/
H A Dcontext_menu.cc53 void ContextMenu::ExecuteCommand(int command_id, int event_flags) { argument
H A Dwindow_watcher_shelf_item_delegate.cc44 int event_flags) {
43 CreateApplicationMenu( int event_flags) argument
/external/chromium_org/ash/test/
H A Dtest_shelf_item_delegate.cc39 ShelfMenuModel* TestShelfItemDelegate::CreateApplicationMenu(int event_flags) { argument
/external/chromium_org/ash/wm/
H A Ddefault_window_resizer.cc29 void DefaultWindowResizer::Drag(const gfx::Point& location, int event_flags) { argument
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_gallery_context_menu.cc37 void MediaGalleryContextMenu::ExecuteCommand(int command_id, int event_flags) { argument
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dsearch_webstore_result.cc43 void SearchWebstoreResult::Open(int event_flags) { argument
52 params.disposition = ui::DispositionFromEventFlags(event_flags);
56 void SearchWebstoreResult::InvokeAction(int action_index, int event_flags) { argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item.cc27 void ChromeLauncherAppMenuItem::Execute(int event_flags) { argument
H A Dchrome_launcher_app_menu_item_browser.cc36 void ChromeLauncherAppMenuItemBrowser::Execute(int event_flags) { argument
38 if (event_flags & (ui::EF_SHIFT_DOWN | ui::EF_MIDDLE_MOUSE_BUTTON)) {
H A Dchrome_launcher_app_menu_item_tab.cc34 void ChromeLauncherAppMenuItemTab::Execute(int event_flags) { argument
43 if (event_flags & (ui::EF_SHIFT_DOWN | ui::EF_MIDDLE_MOUSE_BUTTON)) {
H A Dchrome_launcher_app_menu_item_v2app.cc26 void ChromeLauncherAppMenuItemV2App::Execute(int event_flags) { argument
28 // such we will never come here with usable |event_flags|. If that ever
H A Dlauncher_application_menu_item_model.cc43 int event_flags) {
45 launcher_items_[command_id]->Execute(event_flags);
42 ExecuteCommand(int command_id, int event_flags) argument
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_sync_promo_view.cc74 int event_flags) {
73 StyledLabelLinkClicked(const gfx::Range& range, int event_flags) argument
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dpermission_menu_model.cc83 void PermissionMenuModel::ExecuteCommand(int command_id, int event_flags) { argument
/external/chromium_org/chrome/test/base/
H A Dmenu_model_test.cc24 void MenuModelTest::Delegate::ExecuteCommand(int command_id, int event_flags) { argument
/external/chromium_org/ui/app_list/
H A Dapp_list_menu.cc78 void AppListMenu::ExecuteCommand(int command_id, int event_flags) { argument
/external/chromium_org/ui/base/models/
H A Dmenu_model.cc48 void MenuModel::ActivatedAt(int index, int event_flags) { argument
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_media_menu_model.cc54 int event_flags) {
53 ExecuteCommand(int command_id, int event_flags) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dsystem_menu_model_delegate.cc66 void SystemMenuModelDelegate::ExecuteCommand(int command_id, int event_flags) { argument
/external/chromium_org/chrome/browser/ui/views/
H A Dopen_pdf_in_reader_bubble_view.cc75 int event_flags) {
74 LinkClicked(views::Link* source, int event_flags) argument
/external/chromium_org/components/translate/core/browser/
H A Doptions_menu_model.cc107 void OptionsMenuModel::ExecuteCommand(int command_id, int event_flags) { argument

Completed in 2150 milliseconds

123456