/external/chromium_org/chrome/browser/ui/views/ |
tab_modal_confirm_dialog_views.h | 64 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
|
/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/views/examples/ |
tree_view_example.h | 68 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/ui/views/touchui/ |
touch_editing_menu.h | 27 virtual void ExecuteCommand(int command_id, int event_flags) = 0;
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
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/chrome/browser/ui/libgtk2ui/ |
menu_util.cc | 84 int event_flags = 0; local 87 event_flags = EventFlagsFromGdkState(event->button.state); 88 model->ActivatedAt(id, event_flags);
|
/external/chromium_org/ui/base/ime/ |
input_method_ibus.cc | 579 const uint32 event_flags = EventFlagsFromXState(ibus_state); local 587 if (!(event_flags & ui::EF_CONTROL_DOWN)) 591 ui::KeyboardCodeFromNative(native_event), event_flags); 595 client->InsertChar(ch, event_flags); 601 int event_flags) { 603 DispatchFabricatedKeyEventPostIME(type, key_code, event_flags); 609 const uint16 ch = ui::GetCharacterFromKeyCode(key_code, event_flags); 611 client->InsertChar(ch, event_flags); 698 const int event_flags = EventFlagsFromXState(state); local 707 event_flags); [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
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);
|
browser_launcher_item_controller.cc | 150 void BrowserLauncherItemController::Launch(int event_flags) { 152 launcher_controller()->LaunchApp(app_id(), event_flags); local 190 BrowserLauncherItemController::GetApplicationList(int event_flags) {
|
browser_shortcut_launcher_item_controller.cc | 91 void BrowserShortcutLauncherItemController::Launch(int event_flags) { 143 BrowserShortcutLauncherItemController::GetApplicationList(int event_flags) { 166 if (!(event_flags & ui::EF_SHIFT_DOWN)) {
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_context_menu_controller.cc | 115 void BookmarkContextMenuController::ExecuteCommand(int id, int event_flags) { 119 if (ExecutePlatformCommand(id, event_flags)) { 352 int event_flags) {
|
/external/chromium_org/ui/base/models/ |
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/chrome/browser/chromeos/login/ |
message_bubble.h | 71 virtual void LinkActivated(views::Link* source, int event_flags);
|
user_view.h | 76 virtual void LinkActivated(views::Link* source, int event_flags);
|
/external/chromium/chrome/browser/ui/views/ |
content_setting_bubble_contents.h | 65 virtual void LinkActivated(views::Link* source, int event_flags);
|
instant_confirm_view.cc | 80 void InstantConfirmView::LinkActivated(views::Link* source, int event_flags) {
|
page_info_bubble_view.h | 51 virtual void LinkActivated(views::Link* source, int event_flags);
|
/external/chromium_org/ash/shell/ |
launcher_delegate_impl.cc | 45 int event_flags) {
|
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/chrome/browser/chromeos/ui/ |
echo_dialog_view.h | 66 int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/download/ |
download_shelf_context_menu.h | 54 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/ |
extension_context_menu_model.h | 68 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
/external/chromium_org/chrome/browser/translate/ |
options_menu_model.cc | 106 void OptionsMenuModel::ExecuteCommand(int command_id, int event_flags) {
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_account_chooser_unittest.mm | 51 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE {}
|