HomeSort by relevance Sort by last modified time
    Searched full:event_flags (Results 51 - 75 of 315) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.h 66 int event_flags) = 0;
71 int event_flags) = 0;
app_list_view_delegate.cc 92 int event_flags) {
94 static_cast<ChromeAppListItem*>(item)->Activate(event_flags);
136 int event_flags) {
137 search_controller_->OpenResult(result, event_flags);
143 int event_flags) {
144 search_controller_->InvokeResultAction(result, action_index, event_flags);
extension_app_item.h 76 void Launch(int event_flags);
90 virtual void Activate(int event_flags) OVERRIDE;
94 virtual void ExecuteLaunchCommand(int event_flags) OVERRIDE;
extension_app_item.cc 221 void ExtensionAppItem::Launch(int event_flags) {
230 controller_->LaunchApp(profile_, extension, event_flags);
252 void ExtensionAppItem::Activate(int event_flags) {
262 controller_->ActivateApp(profile_, extension, event_flags);
274 void ExtensionAppItem::ExecuteLaunchCommand(int event_flags) {
275 Launch(event_flags);
  /external/chromium_org/chrome/browser/ui/app_list/search/
chrome_search_result.h 39 virtual void Open(int event_flags) = 0;
42 virtual void InvokeAction(int action_index, int event_flags) = 0;
webstore_result.h 36 virtual void Open(int event_flags) OVERRIDE;
37 virtual void InvokeAction(int action_index, int event_flags) OVERRIDE;
omnibox_provider.cc 82 virtual void Open(int event_flags) OVERRIDE {
86 params.disposition = ui::DispositionFromEventFlags(event_flags);
90 virtual void InvokeAction(int action_index, int event_flags) OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_shortcut_launcher_item_controller.h 36 virtual void Launch(int event_flags) OVERRIDE;
45 int event_flags) OVERRIDE;
chrome_launcher_app_menu_item_browser.cc 36 void ChromeLauncherAppMenuItemBrowser::Execute(int event_flags) {
38 if (event_flags & (ui::EF_SHIFT_DOWN | ui::EF_MIDDLE_MOUSE_BUTTON)) {
launcher_application_menu_item_model.cc 43 int event_flags) {
45 launcher_items_[command_id]->Execute(event_flags);
app_shortcut_launcher_item_controller.h 39 virtual void Launch(int event_flags) OVERRIDE;
48 int event_flags) OVERRIDE;
shell_window_launcher_item_controller.h 62 virtual void Launch(int event_flags) OVERRIDE;
71 int event_flags) OVERRIDE;
  /external/chromium_org/ui/app_list/views/
search_result_list_view.h 57 int event_flags) OVERRIDE;
60 int event_flags) OVERRIDE;
app_list_main_view.cc 185 void AppListMainView::ActivateApp(AppListItemModel* item, int event_flags) {
187 delegate_->ActivateAppListItem(item, event_flags);
214 void AppListMainView::OpenResult(SearchResult* result, int event_flags) {
216 delegate_->OpenSearchResult(result, event_flags);
221 int event_flags) {
223 delegate_->InvokeSearchResultAction(result, action_index, event_flags);
  /external/chromium_org/ui/base/cocoa/
cocoa_event_utils.mm 66 int event_flags = EventFlagsFromNSEventWithModifiers(event, modifiers);
67 return ui::DispositionFromEventFlags(event_flags);
  /external/qemu/telephony/
sysdeps.h 39 typedef void (*SysChannelCallback)( void* opaque, int event_flags );
48 int event_flags,
  /external/chromium_org/ash/wm/
window_resizer.h 42 // of the window supplied to the constructor. |event_flags| is the event
44 virtual void Drag(const gfx::Point& location, int event_flags) = 0;
47 virtual void CompleteDrag(int event_flags) = 0;
drag_window_resizer.h 34 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
35 virtual void CompleteDrag(int event_flags) OVERRIDE;
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.h 42 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
43 virtual void CompleteDrag(int event_flags) OVERRIDE;
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.h 35 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
36 virtual void CompleteDrag(int event_flags) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
back_forward_menu_controller.mm 95 int event_flags = ui::EventFlagsFromNSEvent([NSApp currentEvent]);
96 model_->ActivatedAt(menuID, event_flags);
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_win.cc 44 int event_flags) {
77 RenderViewContextMenu::ExecuteCommand(command_id, event_flags);
  /external/chromium/chrome/browser/ui/views/infobars/
confirm_infobar.h 36 virtual void LinkActivated(views::Link* source, int event_flags);
  /external/chromium_org/ash/launcher/
launcher_alignment_menu.cc 54 void LauncherAlignmentMenu::ExecuteCommand(int command_id, int event_flags) {
launcher_alignment_menu.h 31 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;

Completed in 430 milliseconds

1 23 4 5 6 7 8 91011>>