/external/chromium_org/ui/base/ |
D | window_open_disposition.cc | 31 WindowOpenDisposition DispositionFromEventFlags(int event_flags) { in DispositionFromEventFlags() argument 33 (event_flags & ui::EF_MIDDLE_MOUSE_BUTTON) != 0, in DispositionFromEventFlags() 34 (event_flags & ui::EF_ALT_DOWN) != 0, in DispositionFromEventFlags() 35 (event_flags & ui::EF_CONTROL_DOWN) != 0, in DispositionFromEventFlags() 36 (event_flags & ui::EF_COMMAND_DOWN) != 0, in DispositionFromEventFlags() 37 (event_flags & ui::EF_SHIFT_DOWN) != 0); in DispositionFromEventFlags()
|
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
D | invert_bubble_view.cc | 48 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE; 50 void OpenLink(const std::string& url, int event_flags); 131 void InvertBubbleView::LinkClicked(views::Link* source, int event_flags) { in LinkClicked() argument 133 OpenLink(kHighContrastExtensionUrl, event_flags); in LinkClicked() 135 OpenLink(kDarkThemeSearchUrl, event_flags); in LinkClicked() 137 OpenLink(kLearnMoreUrl, event_flags); in LinkClicked() 144 void InvertBubbleView::OpenLink(const std::string& url, int event_flags) { in OpenLink() argument 146 ui::DispositionFromEventFlags(event_flags); in OpenLink()
|
/external/chromium_org/chrome/browser/ui/ash/app_list/ |
D | app_list_controller_ash.cc | 93 int event_flags) { in ActivateApp() argument 97 event_flags); in ActivateApp() 106 int event_flags) { in LaunchApp() argument 110 event_flags); in LaunchApp()
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
D | search_webstore_result.cc | 44 void SearchWebstoreResult::Open(int event_flags) { in Open() argument 53 params.disposition = ui::DispositionFromEventFlags(event_flags); in Open() 57 void SearchWebstoreResult::InvokeAction(int action_index, int event_flags) { in InvokeAction() argument
|
D | app_result.cc | 91 void AppResult::Open(int event_flags) { in Open() argument 114 event_flags); in Open() 117 void AppResult::InvokeAction(int action_index, int event_flags) {} in InvokeAction() argument 187 void AppResult::ExecuteLaunchCommand(int event_flags) { in ExecuteLaunchCommand() argument 188 Open(event_flags); in ExecuteLaunchCommand()
|
D | app_result.h | 53 virtual void Open(int event_flags) OVERRIDE; 54 virtual void InvokeAction(int action_index, int event_flags) OVERRIDE; 76 virtual void ExecuteLaunchCommand(int event_flags) OVERRIDE;
|
D | search_controller.cc | 132 void SearchController::OpenResult(SearchResult* result, int event_flags) { in OpenResult() argument 141 chrome_result->Open(event_flags); in OpenResult() 151 int event_flags) { in InvokeResultAction() argument 154 action_index, event_flags); in InvokeResultAction()
|
D | chrome_search_result.h | 46 virtual void Open(int event_flags) = 0; 47 virtual void InvokeAction(int action_index, int event_flags) = 0;
|
D | search_webstore_result.h | 25 virtual void Open(int event_flags) OVERRIDE; 26 virtual void InvokeAction(int action_index, int event_flags) OVERRIDE;
|
D | search_controller.h | 44 void OpenResult(SearchResult* result, int event_flags); 47 int event_flags);
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
D | browser_shortcut_launcher_item_controller.h | 39 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE; 42 int event_flags) OVERRIDE; 47 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
D | app_shortcut_launcher_item_controller.h | 42 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE; 45 int event_flags) OVERRIDE; 50 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
D | app_window_launcher_item_controller.h | 58 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE; 60 virtual ChromeLauncherAppMenuItems GetApplicationList(int event_flags) 65 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
D | chrome_launcher_app_menu_item_tab.cc | 34 void ChromeLauncherAppMenuItemTab::Execute(int event_flags) { in Execute() argument 43 if (event_flags & (ui::EF_SHIFT_DOWN | ui::EF_MIDDLE_MOUSE_BUTTON)) { in Execute()
|
D | chrome_launcher_app_menu_item_browser.cc | 39 void ChromeLauncherAppMenuItemBrowser::Execute(int event_flags) { in Execute() argument 41 if (event_flags & (ui::EF_SHIFT_DOWN | ui::EF_MIDDLE_MOUSE_BUTTON)) { in Execute()
|
D | launcher_application_menu_item_model.cc | 43 int event_flags) { in ExecuteCommand() argument 45 launcher_items_[command_id]->Execute(event_flags); in ExecuteCommand()
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | extension_app_item.h | 76 void Launch(int event_flags); 90 virtual void Activate(int event_flags) OVERRIDE; 97 virtual void ExecuteLaunchCommand(int event_flags) OVERRIDE;
|
D | extension_app_item.cc | 267 void ExtensionAppItem::Launch(int event_flags) { in Launch() argument 283 event_flags); in Launch() 307 void ExtensionAppItem::Activate(int event_flags) { in Activate() argument 325 event_flags); in Activate() 349 void ExtensionAppItem::ExecuteLaunchCommand(int event_flags) { in ExecuteLaunchCommand() argument 350 Launch(event_flags); in ExecuteLaunchCommand()
|
D | app_list_controller_delegate_impl.cc | 93 int event_flags) { in ActivateApp() argument 94 LaunchApp(profile, extension, source, event_flags); in ActivateApp() 101 int event_flags) { in LaunchApp() argument
|
/external/chromium_org/ash/shell/ |
D | app_list.cc | 108 static void ActivateItem(Type type, int event_flags) { in ActivateItem() argument 141 virtual void Activate(int event_flags) OVERRIDE { in Activate() argument 142 ActivateItem(type_, event_flags); in Activate() 268 int event_flags) OVERRIDE { in OpenSearchResult() argument 271 WindowTypeShelfItem::ActivateItem(example_result->type(), event_flags); in OpenSearchResult() 276 int event_flags) OVERRIDE { in InvokeSearchResultAction() argument
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
D | reload_button.cc | 191 void ReloadButton::ExecuteCommand(int command_id, int event_flags) { in ExecuteCommand() argument 206 ExecuteBrowserCommand(browser_command, event_flags); in ExecuteCommand() 217 void ReloadButton::ExecuteBrowserCommand(int command, int event_flags) { in ExecuteBrowserCommand() argument 221 command, ui::DispositionFromEventFlags(event_flags)); in ExecuteBrowserCommand()
|
/external/chromium_org/chrome/browser/ui/app_list/search/people/ |
D | people_result.h | 27 virtual void Open(int event_flags) OVERRIDE; 28 virtual void InvokeAction(int action_index, int event_flags) OVERRIDE;
|
/external/chromium_org/ui/base/cocoa/ |
D | cocoa_base_utils.mm | 18 int event_flags = EventFlagsFromNSEventWithModifiers(event, modifiers); 19 return DispositionFromEventFlags(event_flags);
|
/external/qemu/telephony/ |
D | sysdeps.h | 39 typedef void (*SysChannelCallback)( void* opaque, int event_flags ); 48 int event_flags,
|
/external/chromium_org/athena/home/ |
D | app_list_view_delegate.cc | 100 int event_flags) { in OpenSearchResult() argument 101 result->Open(event_flags); in OpenSearchResult() 107 int event_flags) { in InvokeSearchResultAction() argument
|