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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/website_settings/
permission_menu_model.cc 69 void PermissionMenuModel::ExecuteCommand(int command_id, int event_flags) {
  /external/chromium_org/ui/app_list/views/
search_result_view.h 87 int event_flags) OVERRIDE;
  /external/chromium_org/ui/base/models/
button_menu_item_model.h 33 virtual void ExecuteCommand(int command_id, int event_flags) = 0;
menu_model.h 115 // |event_flags| is a bit mask of ui::EventFlags.
116 virtual void ActivatedAt(int index, int event_flags);
simple_menu_model.h 55 // The passed |event_flags| are the flags from the event which issued this
57 virtual void ExecuteCommand(int command_id, int event_flags) = 0;
155 virtual void ActivatedAt(int index, int event_flags) OVERRIDE;
  /external/chromium_org/ui/message_center/
message_center_tray.h 92 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
  /external/chromium_org/ui/views/controls/
styled_label.h 86 virtual void LinkClicked(Link* source, int event_flags) OVERRIDE;
  /external/chromium_org/ui/views/examples/
tree_view_example.h 68 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
menu_example.cc 34 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
126 void ExampleMenuModel::ExecuteCommand(int command_id, int event_flags) {
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h 50 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_app.h 147 // instance of the app. |event_flags| holds the flags of the event which
149 virtual void Launch(ash::LauncherID id, int event_flags) OVERRIDE;
162 virtual void LaunchApp(const std::string& app_id, int event_flags) OVERRIDE;
167 virtual void ActivateApp(const std::string& app_id, int event_flags) OVERRIDE;
273 int event_flags) OVERRIDE;
320 // |event_flags| specifies the flags which were set by the event which
323 int event_flags);
chrome_launcher_controller_per_browser.h 140 // instance of the app. |event_flags| holds the flags of the event which
142 virtual void Launch(ash::LauncherID id, int event_flags) OVERRIDE;
155 virtual void LaunchApp(const std::string& app_id, int event_flags) OVERRIDE;
160 virtual void ActivateApp(const std::string& app_id, int event_flags) OVERRIDE;
261 int event_flags) OVERRIDE;
383 void BrowserShortcutClicked(int event_flags);
  /external/chromium/chrome/browser/ui/views/infobars/
confirm_infobar.cc 121 void ConfirmInfoBar::LinkActivated(views::Link* source, int event_flags) {
125 event_utils::DispositionFromEventFlags(event_flags)))
  /external/chromium_org/chrome/browser/background/
background_mode_manager.h 107 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
184 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer_unittest.cc 32 virtual void Open(int event_flags) OVERRIDE {}
33 virtual void InvokeAction(int action_index, int event_flags) OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/views/
home_button.cc 45 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
116 void HomePageUndoBubble::LinkClicked(views::Link* source, int event_flags) {
network_profile_bubble_view.cc 123 int event_flags) {
127 ui::DispositionFromEventFlags(event_flags);
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 127 void ConfirmInfoBar::LinkClicked(views::Link* source, int event_flags) {
132 if (GetDelegate()->LinkClicked(ui::DispositionFromEventFlags(event_flags)))
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 78 virtual void LinkActivated(views::Link* source, int event_flags);
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.h 60 virtual void LinkActivated(views::Link* source, int event_flags);
  /external/chromium/chrome/browser/ui/views/
instant_confirm_view.cc 80 void InstantConfirmView::LinkActivated(views::Link* source, int event_flags) {
  /external/chromium_org/ash/shell/
window_type_launcher.h 60 virtual void ExecuteCommand(int id, int event_flags) OVERRIDE;
  /external/chromium_org/ash/test/
test_launcher_delegate.h 48 int event_flags) OVERRIDE;
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.h 71 void CompleteDrag(DragCompletionStatus status, int event_flags);
  /external/chromium_org/chrome/browser/translate/
options_menu_model.cc 106 void OptionsMenuModel::ExecuteCommand(int command_id, int event_flags) {

Completed in 2486 milliseconds

1 2 3 4 5 67 8 91011>>