HomeSort by relevance Sort by last modified time
    Searched full:event_flags (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium/chrome/browser/ui/views/
event_utils.cc 14 WindowOpenDisposition DispositionFromEventFlags(int event_flags) {
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);
event_utils.h 19 // event_flags are the flags as understood by views::MouseEvent.
20 WindowOpenDisposition DispositionFromEventFlags(int event_flags);
instant_confirm_view.h 33 virtual void LinkActivated(views::Link* source, int event_flags);
sad_tab_view.h 41 virtual void LinkActivated(views::Link* source, int event_flags);
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);
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) {
fullscreen_exit_bubble.h 50 virtual void LinkActivated(views::Link* source, int event_flags);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 56 .event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD}
60 .event_flags = SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD}
64 .event_flags = SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD}
68 .event_flags = SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD}
94 .event = wevent, .event_flags = wflags}
99 .event = wevent, .event_flags = wflags}
103 .event = wevent, .event_flags = wflags}
108 .event = wevent, .event_flags = wflags}
113 .event = wevent, .event_flags = wflags}
119 .event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_PRE_PMD
274 unsigned short event_flags; \/* flags to specify event types *\/ member in struct:snd_soc_dapm_widget
    [all...]
  /external/chromium/chrome/browser/ui/views/infobars/
link_infobar.h 28 virtual void LinkActivated(views::Link* source, int event_flags);
confirm_infobar.h 36 virtual void LinkActivated(views::Link* source, int event_flags);
link_infobar.cc 71 void LinkInfoBar::LinkActivated(views::Link* source, int event_flags) {
75 event_utils::DispositionFromEventFlags(event_flags)))
confirm_infobar.cc 121 void ConfirmInfoBar::LinkActivated(views::Link* source, int event_flags) {
125 event_utils::DispositionFromEventFlags(event_flags)))
  /external/qemu/telephony/
sysdeps.h 39 typedef void (*SysChannelCallback)( void* opaque, int event_flags );
48 int event_flags,
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h 48 virtual void LinkActivated(views::Link* source, int event_flags) OVERRIDE;
bookmark_bar_instructions_view.cc 95 int event_flags) {
bookmark_bubble_view.h 78 virtual void LinkActivated(views::Link* source, int event_flags);
  /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);
eula_view.h 98 void LinkActivated(views::Link* source, int event_flags);
message_bubble.cc 97 void MessageBubble::LinkActivated(views::Link* source, int event_flags) {
new_user_view.h 104 virtual void LinkActivated(views::Link* source, int event_flags);
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 190 WindowOpenDisposition DispositionFromEventFlags(guint event_flags) {
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);
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 52 virtual void LinkActivated(views::Link* source, int event_flags);
159 void ContentView::LinkActivated(views::Link* source, int event_flags) {

Completed in 1099 milliseconds

1 2