Searched defs:event_flags (Results 1 - 22 of 22) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Devent_utils.cc14 WindowOpenDisposition DispositionFromEventFlags(int event_flags) { argument
16 (event_flags & ui::EF_MIDDLE_BUTTON_DOWN) != 0,
17 (event_flags & ui::EF_ALT_DOWN) != 0,
18 (event_flags & ui::EF_CONTROL_DOWN) != 0,
20 (event_flags & ui::EF_SHIFT_DOWN) != 0);
H A Dinstant_confirm_view.cc80 void InstantConfirmView::LinkActivated(views::Link* source, int event_flags) { argument
H A Dcontent_setting_bubble_contents.cc162 int event_flags) {
161 LinkActivated(views::Link* source, int event_flags) argument
H A Dfullscreen_exit_bubble.cc169 void FullscreenExitBubble::LinkActivated(views::Link* source, int event_flags) { argument
H A Dsad_tab_view.cc135 void SadTabView::LinkActivated(views::Link* source, int event_flags) { argument
H A Dpage_info_bubble_view.cc60 virtual void LinkActivated(views::Link* source, int event_flags);
230 void PageInfoBubbleView::LinkActivated(views::Link* source, int event_flags) { argument
300 void Section::LinkActivated(views::Link* source, int event_flags) { argument
H A Dabout_chrome_view.cc644 int event_flags) {
643 LinkActivated(views::Link* source, int event_flags) argument
H A Dtask_manager_view.cc297 virtual void LinkActivated(views::Link* source, int event_flags);
685 void TaskManagerView::LinkActivated(views::Link* source, int event_flags) { argument
/external/chromium/chrome/browser/extensions/
H A Dkey_identifier_conversion_views.cc27 const int event_flags; member in struct:__anon1608::KeyIdentifier
306 ui::ET_KEY_PRESSED, key.key_code, key.event_flags);
/external/chromium/chrome/browser/ui/views/infobars/
H A Dlink_infobar.cc71 void LinkInfoBar::LinkActivated(views::Link* source, int event_flags) { argument
75 event_utils::DispositionFromEventFlags(event_flags)))
H A Dconfirm_infobar.cc121 void ConfirmInfoBar::LinkActivated(views::Link* source, int event_flags) { argument
125 event_utils::DispositionFromEventFlags(event_flags)))
/external/chromium/chrome/browser/chromeos/login/
H A Dmessage_bubble.cc97 void MessageBubble::LinkActivated(views::Link* source, int event_flags) { argument
H A Duser_view.cc324 void UserView::LinkActivated(views::Link* source, int event_flags) { argument
H A Deula_view.cc492 void EulaView::LinkActivated(views::Link* source, int event_flags) { argument
H A Dnew_user_view.cc476 void NewUserView::LinkActivated(views::Link* source, int event_flags) { argument
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.cc95 int event_flags) {
94 LinkActivated(views::Link* source, int event_flags) argument
H A Dbookmark_bubble_view.cc295 void BookmarkBubbleView::LinkActivated(Link* source, int event_flags) { argument
/external/chromium/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.cc258 void TryChromeDialogView::LinkActivated(views::Link* source, int event_flags) { argument
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_views.cc52 virtual void LinkActivated(views::Link* source, int event_flags);
159 void ContentView::LinkActivated(views::Link* source, int event_flags) { argument
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc362 void DownloadShelfView::LinkActivated(views::Link* source, int event_flags) { argument
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc75 virtual void LinkActivated(views::Link* source, int event_flags) { argument
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.cc190 WindowOpenDisposition DispositionFromEventFlags(guint event_flags) { argument
192 event_flags & GDK_BUTTON2_MASK,
193 event_flags & GDK_MOD1_MASK,
194 event_flags & GDK_CONTROL_MASK,
195 event_flags & GDK_META_MASK,
196 event_flags & GDK_SHIFT_MASK);

Completed in 280 milliseconds