Home
last modified time | relevance | path

Searched refs:event_flags (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/external/chromium_org/ui/base/
Dwindow_open_disposition.cc31 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/
Dinvert_bubble_view.cc48 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/
Dapp_list_controller_ash.cc93 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/
Dsearch_webstore_result.cc44 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
Dapp_result.cc91 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()
Dapp_result.h53 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;
Dsearch_controller.cc132 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()
Dchrome_search_result.h46 virtual void Open(int event_flags) = 0;
47 virtual void InvokeAction(int action_index, int event_flags) = 0;
Dsearch_webstore_result.h25 virtual void Open(int event_flags) OVERRIDE;
26 virtual void InvokeAction(int action_index, int event_flags) OVERRIDE;
Dsearch_controller.h44 void OpenResult(SearchResult* result, int event_flags);
47 int event_flags);
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dbrowser_shortcut_launcher_item_controller.h39 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
42 int event_flags) OVERRIDE;
47 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
Dapp_shortcut_launcher_item_controller.h42 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
45 int event_flags) OVERRIDE;
50 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
Dapp_window_launcher_item_controller.h58 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;
Dchrome_launcher_app_menu_item_tab.cc34 void ChromeLauncherAppMenuItemTab::Execute(int event_flags) { in Execute() argument
43 if (event_flags & (ui::EF_SHIFT_DOWN | ui::EF_MIDDLE_MOUSE_BUTTON)) { in Execute()
Dchrome_launcher_app_menu_item_browser.cc39 void ChromeLauncherAppMenuItemBrowser::Execute(int event_flags) { in Execute() argument
41 if (event_flags & (ui::EF_SHIFT_DOWN | ui::EF_MIDDLE_MOUSE_BUTTON)) { in Execute()
Dlauncher_application_menu_item_model.cc43 int event_flags) { in ExecuteCommand() argument
45 launcher_items_[command_id]->Execute(event_flags); in ExecuteCommand()
/external/chromium_org/chrome/browser/ui/app_list/
Dextension_app_item.h76 void Launch(int event_flags);
90 virtual void Activate(int event_flags) OVERRIDE;
97 virtual void ExecuteLaunchCommand(int event_flags) OVERRIDE;
Dextension_app_item.cc267 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()
Dapp_list_controller_delegate_impl.cc93 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/
Dapp_list.cc108 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/
Dreload_button.cc191 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/
Dpeople_result.h27 virtual void Open(int event_flags) OVERRIDE;
28 virtual void InvokeAction(int action_index, int event_flags) OVERRIDE;
/external/chromium_org/ui/base/cocoa/
Dcocoa_base_utils.mm18 int event_flags = EventFlagsFromNSEventWithModifiers(event, modifiers);
19 return DispositionFromEventFlags(event_flags);
/external/qemu/telephony/
Dsysdeps.h39 typedef void (*SysChannelCallback)( void* opaque, int event_flags );
48 int event_flags,
/external/chromium_org/athena/home/
Dapp_list_view_delegate.cc100 int event_flags) { in OpenSearchResult() argument
101 result->Open(event_flags); in OpenSearchResult()
107 int event_flags) { in InvokeSearchResultAction() argument

12345678910>>...12