/external/chromium_org/chrome/browser/ui/extensions/ |
application_launch.h | 45 int event_flags);
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu.h | 61 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
bookmark_prompt_view.cc | 67 void BookmarkPromptView::LinkClicked(views::Link* source, int event_flags) {
|
bookmark_sync_promo_view.cc | 76 int event_flags) {
|
/external/chromium_org/chrome/browser/ui/views/ |
open_pdf_in_reader_bubble_view.cc | 75 int event_flags) {
|
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/sync/ |
profile_signin_confirmation_dialog_views.h | 61 int event_flags) OVERRIDE;
|
/external/chromium_org/ui/app_list/views/ |
search_result_view.h | 87 int event_flags) OVERRIDE;
|
/external/chromium_org/ui/base/models/ |
simple_menu_model.cc | 59 int command_id, int event_flags) { 60 ExecuteCommand(command_id, event_flags); 355 void SimpleMenuModel::ActivatedAt(int index, int event_flags) { 357 delegate_->ExecuteCommand(GetCommandIdAt(index), event_flags); local
|
menu_model.h | 115 // |event_flags| is a bit mask of ui::EventFlags. 116 virtual void ActivatedAt(int index, 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/ash/launcher/ |
launcher_delegate.h | 70 // |event_flags| specifies the flags of the event which triggered this menu. 73 int event_flags) = 0;
|
/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);
|
/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/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;
|
/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/infobars/ |
confirm_infobar.cc | 127 void ConfirmInfoBar::LinkClicked(views::Link* source, int event_flags) { 132 if (GetDelegate()->LinkClicked(ui::DispositionFromEventFlags(event_flags)))
|
/external/chromium_org/ui/views/examples/ |
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/chrome/browser/ui/app_list/ |
app_list_service_mac.mm | 117 int event_flags) OVERRIDE; 120 int event_flags) OVERRIDE; 261 Profile* profile, const extensions::Extension* extension, int event_flags) { 262 LaunchApp(profile, extension, event_flags); 266 Profile* profile, const extensions::Extension* extension, int event_flags) {
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller.h | 153 // instance of the app. |event_flags| holds the flags of the event which 155 virtual void Launch(ash::LauncherID id, int event_flags) = 0; 168 virtual void LaunchApp(const std::string& app_id, int event_flags) = 0; 173 virtual void ActivateApp(const std::string& app_id, int event_flags) = 0; 275 int event_flags) OVERRIDE = 0;
|
chrome_launcher_controller_per_browser.cc | 110 virtual void Launch(int event_flags) OVERRIDE { 111 launcher_controller()->LaunchApp(app_id(), event_flags); variable 137 int event_flags) OVERRIDE { 501 ash::LauncherID id, int event_flags) { 504 id_to_item_controller_map_[id]->Launch(event_flags); 530 int event_flags) { 551 event_flags)); 555 int event_flags) { 557 BrowserShortcutClicked(event_flags); 603 LaunchApp(app_id, event_flags); [all...] |
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);
|
app_shortcut_launcher_item_controller.cc | 91 void AppShortcutLauncherItemController::Launch(int event_flags) { 92 app_controller_->LaunchApp(app_id(), event_flags); local 150 AppShortcutLauncherItemController::GetApplicationList(int event_flags) {
|
/external/chromium/chrome/browser/ui/views/ |
page_info_bubble_view.cc | 60 virtual void LinkActivated(views::Link* source, int event_flags); 230 void PageInfoBubbleView::LinkActivated(views::Link* source, int event_flags) { 300 void Section::LinkActivated(views::Link* source, int event_flags) {
|