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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.cc 57 void SystemMenuModelDelegate::ExecuteCommand(int command_id, int event_flags) {
  /external/chromium_org/chrome/browser/ui/views/infobars/
translate_language_menu_model.h 39 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
alternate_nav_infobar_view.cc 79 int event_flags) {
84 if (GetDelegate()->LinkClicked(ui::DispositionFromEventFlags(event_flags)))
  /external/chromium_org/chrome/browser/ui/views/
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;
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));
  /external/chromium_org/chrome/test/base/
menu_model_test.cc 24 void MenuModelTest::Delegate::ExecuteCommand(int command_id, int event_flags) {
  /external/chromium_org/ui/app_list/
app_list_menu.cc 50 void AppListMenu::ExecuteCommand(int command_id, int event_flags) {
  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.cc 34 int event_flags) {
  /external/chromium_org/ui/app_list/views/
search_result_list_view.cc 157 int event_flags) {
159 delegate_->OpenResult(view->result(), event_flags);
164 int event_flags) {
167 view->result(), action_index, event_flags);
  /external/chromium_org/ui/base/models/
menu_model.cc 48 void MenuModel::ActivatedAt(int index, int event_flags) {
  /external/chromium_org/ui/views/touchui/
touch_editing_menu.h 27 virtual void ExecuteCommand(int command_id, int event_flags) = 0;
  /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/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;
  /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;
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_sub_menu_model_gtk.h 43 virtual void ActivatedAt(int index, int event_flags) OVERRIDE;
105 virtual void ActivatedAt(int index, int event_flags) OVERRIDE;
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_org/chrome/browser/ui/app_list/
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/
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 {}
webstore_result.cc 67 void WebstoreResult::Open(int event_flags) {
73 params.disposition = ui::DispositionFromEventFlags(event_flags);
77 void WebstoreResult::InvokeAction(int action_index, int event_flags) {
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.h 134 void Resize(const gfx::Point& location_in_screen, int event_flags);
137 void CompleteResize(int event_flags);
workspace_window_resizer.h 55 int event_flags) OVERRIDE;
56 virtual void CompleteDrag(int event_flags) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.h 40 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
96 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
  /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);

Completed in 421 milliseconds

1 2 3 45 6 7 8 91011>>