Searched defs:button (Results 1 - 25 of 136) sorted by relevance

123456

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_browsertest.cc16 virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button) {} argument
/external/chromium/chrome/browser/ui/gtk/
H A Dhover_controller_gtk.h25 GtkWidget* button() { return button_; } function in class:HoverControllerGtk
34 static HoverControllerGtk* GetHoverControllerGtk(GtkWidget* button);
43 explicit HoverControllerGtk(GtkWidget* button);
H A Dchrome_gtk_frame.cc16 static void meta_frames_init(MetaFrames* button) { argument
H A Dgtk_chrome_button.h31 GtkButton button; member in struct:_GtkChromeButton
43 void gtk_chrome_button_set_paint_state(GtkChromeButton* button,
47 void gtk_chrome_button_unset_paint_state(GtkChromeButton* button);
50 void gtk_chrome_button_set_use_gtk_rendering(GtkChromeButton* button,
53 // Sets the partial hover state of the button. The acceptable range is 0.0 to
54 // 1.0. If |state| is outside of that range, then revert the button to normal
56 void gtk_chrome_button_set_hover_state(GtkChromeButton* button,
H A Dinstant_confirm_dialog_gtk.cc73 void InstantConfirmDialogGtk::OnLinkButtonClicked(GtkWidget* button) { argument
H A Dback_forward_button_gtk.cc56 g_signal_connect(widget(), "button-press-event",
81 void BackForwardButtonGtk::ShowBackForwardMenu(int button, guint32 event_time) { argument
84 menu_->PopupForWidget(widget(), button, event_time); local
97 if (event->button == 3)
98 ShowBackForwardMenu(event->button, event->time);
100 if (event->button != 1)
107 event->button, event->time),
127 ShowBackForwardMenu(/* button */ 1, event->time);
H A Dgtk_chrome_button.cc14 // The theme graphics for when the mouse is over the button.
16 // The theme graphics for when the button is clicked.
32 // button rendering.
44 "style \"chrome-button\" {"
50 "widget_class \"*.<GtkChromeButton>\" style \"chrome-button\"");
82 static void gtk_chrome_button_init(GtkChromeButton* button) { argument
83 GtkChromeButtonPrivate* priv = GTK_CHROME_BUTTON_GET_PRIVATE(button);
88 GTK_WIDGET_UNSET_FLAGS(button, GTK_CAN_FOCUS);
100 // get the button border for the current GTK theme drawn.
102 // Set the state of button
137 gtk_chrome_button_set_paint_state(GtkChromeButton* button, GtkStateType state) argument
147 gtk_chrome_button_unset_paint_state(GtkChromeButton* button) argument
156 gtk_chrome_button_set_use_gtk_rendering(GtkChromeButton* button, gboolean value) argument
163 gtk_chrome_button_set_hover_state(GtkChromeButton* button, gdouble state) argument
[all...]
H A Dgtk_chrome_link_button.h5 // Creates a link button that shows |text| in blue and underlined. The cursor
7 // it doesn't call the global URI link handler, etc. It is a button subclass,
38 GtkButton button; member in struct:_GtkChromeLinkButton
55 // Make a link button with display text |text|.
61 // Set whether the link button draws natively (using "link-color"). The default
63 void gtk_chrome_link_button_set_use_gtk_theme(GtkChromeLinkButton* button,
67 void gtk_chrome_link_button_set_label(GtkChromeLinkButton* button,
72 void gtk_chrome_link_button_set_normal_color(GtkChromeLinkButton* button,
/external/chromium/chrome/browser/automation/
H A Dui_controls_internal.cc9 ClickTask::ClickTask(MouseButton button, int state, Task* followup) argument
10 : button_(button), state_(state), followup_(followup) {
/external/chromium/chrome/browser/chromeos/login/
H A Dkeyboard_switch_menu.cc14 #include "views/controls/button/menu_button.h"
32 // the menu button.
41 views::MenuButton* button = static_cast<views::MenuButton*>(source); local
43 int reverse_offset = button->width() + button->menu_offset().x() * 2;
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_instructions_gtk.cc62 void BookmarkBarInstructionsGtk::OnButtonClick(GtkWidget* button) { argument
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dlink_infobar_gtk.cc30 void LinkInfoBarGtk::OnLinkClicked(GtkWidget* button) { argument
H A Dtranslate_message_infobar_gtk.cc29 GtkWidget* button = local
31 g_signal_connect(button, "clicked",G_CALLBACK(&OnButtonPressedThunk), this);
32 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); local
H A Dconfirm_infobar_gtk.cc33 // that the first widget to get shrunk is the label rather than the button(s).
66 GtkWidget* button = gtk_button_new_with_label(UTF16ToUTF8( local
68 gtk_util::CenterWidgetInHBox(confirm_hbox_, button, true, 0);
69 g_signal_connect(button, "clicked",
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
H A DSDL_ikbdevents.c59 static int atari_GetButton(int button) argument
61 switch(button)
104 /* Mouse button ? */
H A DSDL_xbiosevents.c104 static int atari_GetButton(int button) argument
106 switch(button)
130 /* Mouse button ? */
H A DSDL_ataridevmouse.c103 static int atari_GetButton(int button) argument
105 switch(button)
133 /* Mouse button events */
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
H A DSDL_nxevents.c217 if (check_boundary (this, event.button.x, event.button.y)) {
218 SDL_PrivateMouseMotion (0, 0, event.button.x - OffsetX,
219 event.button.y - OffsetY) ;
222 SDL_PrivateMouseMotion (0, 0, event.button.x, event.button.y) ;
230 int button = event.button.buttons ; local
232 Dprintf ("button down\n") ;
234 switch (button) {
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMMouseEvent.cpp100 int WebDOMMouseEvent::button() const function in class:WebKit::WebDOMMouseEvent
102 return constUnwrap<MouseEvent>()->button();
/external/chromium/chrome/browser/extensions/
H A Dbrowser_action_test_util_gtk.cc21 GtkWidget* button = NULL; local
26 button = gtk_bin_get_child(GTK_BIN(alignment));
29 return button;
48 GtkWidget* button = GetButton(browser_, index); local
49 return gtk_button_get_image(GTK_BUTTON(button)) != NULL;
53 GtkWidget* button = GetButton(browser_, index); local
54 gtk_button_clicked(GTK_BUTTON(button));
58 GtkWidget* button = GetButton(browser_, index); local
59 gchar* text = gtk_widget_get_tooltip_text(button);
H A Dbrowser_action_test_util_views.cc40 button()->extension()->browser_action());
44 return GetContainer(browser_)->GetBrowserActionViewAt(index)->button()->
53 BrowserActionButton* button = local
54 GetContainer(browser_)->GetBrowserActionViewAt(index)->button();
55 return button->extension()->id();
60 GetContainer(browser_)->GetBrowserActionViewAt(index)->button()->
/external/chromium/chrome/browser/ui/gtk/status_icons/
H A Dstatus_icon_gtk.cc63 void StatusIconGtk::OnPopupMenu(GtkWidget* widget, guint button, guint time) { argument
66 menu_->PopupAsContextForStatusIcon(time, button, icon_);
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/webelement/
H A Dmain.cpp59 QWebElement button = document.findFirst("input[type=submit]"); local
60 button.evaluateJavaScript("click()");
/external/webkit/Source/WebKit2/Shared/
H A DWebMouseEvent.cpp49 WebMouseEvent::WebMouseEvent(Type type, Button button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers modifiers, double timestamp) argument
51 , m_button(button)
66 WebMouseEvent::WebMouseEvent(Type type, Button button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers modifiers, double timestamp, bool didActivateWebView) argument
68 , m_button(button)
/external/chromium/chrome/browser/chromeos/status/
H A Dinput_method_menu_button.cc35 MenuImpl(chromeos::InputMethodMenuButton* button, argument
38 : InputMethodMenu(pref_service, screen_mode, false), button_(button) {}
54 // The UI (views button) to which this class delegates all requests.
77 // If not enabled, then hide this button.
118 // Hide the button only if there is only one input method, and the input
119 // method is a XKB keyboard layout. We don't hide the button for other
126 // button disappear.

Completed in 379 milliseconds

123456