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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_sub_menu_model_gtk.cc 70 void BookmarkNodeMenuModel::ActivatedAt(int index, int event_flags) {
71 NavigateToMenuItem(index, ui::DispositionFromEventFlags(event_flags));
215 void BookmarkSubMenuModel::ActivatedAt(int index, int event_flags) {
219 BookmarkNodeMenuModel::ActivatedAt(index - fixed_items_, event_flags);
221 SimpleMenuModel::ActivatedAt(index, event_flags);
  /external/chromium/chrome/browser/ui/views/infobars/
link_infobar.cc 71 void LinkInfoBar::LinkActivated(views::Link* source, int event_flags) {
75 event_utils::DispositionFromEventFlags(event_flags)))
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_launcher_item_controller.h 74 virtual void Launch(int event_flags) OVERRIDE;
82 int event_flags) OVERRIDE;
launcher_item_controller.h 78 virtual void Launch(int event_flags) = 0;
103 virtual ChromeLauncherAppMenuItems GetApplicationList(int event_flags) = 0;
launcher_context_menu.h 52 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.h 70 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
84 bool ExecutePlatformCommand(int command_id, int event_flags);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc 85 void BookmarkContextMenu::ExecuteCommand(int command_id, int event_flags) {
86 controller_->ExecuteCommand(command_id, event_flags);
bookmark_bar_instructions_view.h 44 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/infobars/
alternate_nav_infobar_view.cc 79 int event_flags) {
84 if (GetDelegate()->LinkClicked(ui::DispositionFromEventFlags(event_flags)))
translate_language_menu_model.cc 48 int event_flags) {
  /external/chromium_org/chrome/browser/ui/views/
reload_button.h 72 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
79 void ExecuteBrowserCommand(int command, int event_flags);
tab_modal_confirm_dialog_views.cc 84 int event_flags) {
85 delegate_->LinkClicked(ui::DispositionFromEventFlags(event_flags));
confirm_bubble_views.h 44 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
reload_button.cc 209 void ReloadButton::ExecuteCommand(int command_id, int event_flags) {
224 ExecuteBrowserCommand(browser_command, event_flags);
235 void ReloadButton::ExecuteBrowserCommand(int command, int event_flags) {
240 ui::DispositionFromEventFlags(event_flags);
sad_tab_view.h 44 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
script_bubble_view.h 44 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h 48 virtual void LinkActivated(views::Link* source, int event_flags) OVERRIDE;
  /external/chromium/chrome/browser/ui/views/
sad_tab_view.h 41 virtual void LinkActivated(views::Link* source, int event_flags);
  /external/chromium_org/ash/shell/
launcher_delegate_impl.h 36 int event_flags) OVERRIDE;
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 61 void DockedWindowResizer::Drag(const gfx::Point& location, int event_flags) {
82 next_window_resizer_->Drag(modified_location, event_flags);
94 void DockedWindowResizer::CompleteDrag(int event_flags) {
104 next_window_resizer_->CompleteDrag(event_flags);
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 59 void PanelWindowResizer::Drag(const gfx::Point& location, int event_flags) {
97 next_window_resizer_->Drag(modified_location, event_flags);
111 void PanelWindowResizer::CompleteDrag(int event_flags) {
113 next_window_resizer_->CompleteDrag(event_flags);
  /external/chromium_org/chrome/browser/chromeos/login/
language_switch_menu.h 59 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
render_view_context_menu_mac.h 26 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_menu_controller.cc 58 void TabStripMenuController::ExecuteCommand(int command_id, int event_flags) {
tab_strip_menu_controller.h 43 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;

Completed in 1229 milliseconds

1 2 3 45 6 7 8 91011>>