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

12345678

/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dchrome_gtk_frame.cc16 static void meta_frames_init(MetaFrames* button) { argument
H A Dgtk2_status_icon.cc62 guint button,
70 button,
61 OnContextMenuRequested(GtkStatusIcon* status_icon, guint button, guint32 activate_time) argument
/external/chromium_org/chrome/browser/ui/views/
H A Delevation_icon_setter.cc9 #include "ui/views/controls/button/label_button.h"
58 ElevationIconSetter::ElevationIconSetter(views::LabelButton* button) argument
59 : button_(button),
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_command_handler_x11.cc27 int button = xevent->type == GenericEvent ? ui::EventButtonFromNative(xevent) local
28 : xevent->xbutton.button;
33 if (button == kBackMouseButton || button == kForwardMouseButton) {
39 if (button == kBackMouseButton && controller.CanGoBack())
41 else if (button == kForwardMouseButton && controller.CanGoForward())
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DNavigationPolicy.cpp38 bool navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift, bool alt, bool meta, NavigationPolicy* policy) argument
41 const bool newTabModifier = (button == 1) || meta;
43 const bool newTabModifier = (button == 1) || ctrl;
/external/chromium_org/ui/app_list/views/
H A Dapp_list_menu_views.cc8 #include "ui/views/controls/button/menu_button.h"
30 void AppListMenuViews::RunMenuAt(views::MenuButton* button, argument
32 ignore_result(menu_runner_->RunMenuAt(button->GetWidget(),
33 button,
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
H A DSDL_cacaevents.c80 /* FIXME: we currently ignore the button type! */
81 int button = event & 0x00ffffff; local
82 if ( button > 3 ) {
83 button = 1;
85 posted += SDL_PrivateMouseButton((event & CACA_EVENT_MOUSE_PRESS) ? SDL_PRESSED : SDL_RELEASED, button, 0, 0);
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_button_browsertest.cc63 AvatarMenuButton* button = GetAvatarMenuButton(); local
64 ASSERT_TRUE(button);
67 static_cast<views::MenuButtonListener*>(button)->OnMenuButtonClicked(
99 AvatarMenuButton* button = GetAvatarMenuButton(); local
100 static_cast<views::MenuButtonListener*>(button)->OnMenuButtonClicked(
H A Dprofile_chooser_view_browsertest.cc31 #include "ui/views/controls/button/label_button.h"
65 NewAvatarButton* button = browser_view->frame()->GetNewAvatarMenuButton(); local
66 ASSERT_TRUE(button);
71 button->NotifyClick(mouse_ev);
H A Dnew_avatar_menu_button_browsertest.cc25 #include "ui/views/controls/button/label_button.h"
80 // Ensure that the avatar icon button is not also showing.
81 NewAvatarButton* button = browser_view->frame()->GetNewAvatarMenuButton(); local
82 ASSERT_TRUE(button);
88 button->NotifyClick(mouse_ev);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDOMMouseEvent.cpp88 int WebDOMMouseEvent::button() const function in class:blink::WebDOMMouseEvent
90 return constUnwrap<MouseEvent>()->button();
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_ikbdevents.c57 static int atari_GetButton(int button) argument
59 switch(button)
102 /* Mouse button ? */
H A DSDL_xbiosevents.c105 static int atari_GetButton(int button) argument
107 switch(button)
131 /* Mouse button ? */
/external/qemu/distrib/sdl-1.2.15/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/chromium_org/chrome/browser/ui/android/infobars/
H A Dconfirm_infobar.cc82 ConfirmInfoBarDelegate::InfoBarButton button) {
84 return (delegate->GetButtons() & button) ?
85 delegate->GetButtonLabel(button) : base::string16();
81 GetTextFor( ConfirmInfoBarDelegate::InfoBarButton button) argument
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils_views.cc56 ui_controls::MouseButton button,
76 base::Bind(&internal::ClickTask, button, state, closure));
55 MoveMouseToCenterAndPress(views::View* view, ui_controls::MouseButton button, int state, const base::Closure& closure) argument
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dui_events.cc8 MouseButton button,
14 button(button),
7 MouseEvent(MouseEventType type, MouseButton button, int x, int y, int modifiers, int click_count) argument
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_standard_mappings.cc28 blink::WebGamepadButton button, float axis) {
30 return blink::WebGamepadButton(button.pressed, value);
27 ButtonFromButtonAndAxis( blink::WebGamepadButton button, float axis) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_builders_android.cc55 WebMouseEvent::Button button,
74 result.button = button;
76 result.button = WebMouseEvent::ButtonNone;
93 result.button = WebMouseEvent::ButtonNone;
54 Build(blink::WebInputEvent::Type type, WebMouseEvent::Button button, double time_sec, int window_x, int window_y, int modifiers, int click_count) argument
/external/chromium_org/content/browser/webui/
H A Dgeneric_handler.cc31 double button; local
39 CHECK(args->GetDouble(2, &button));
45 CHECK(button == 0.0 || button == 1.0);
46 bool middle_button = (button == 1.0);
/external/chromium_org/ppapi/c/
H A Dpp_input_event.h99 * This value represents the button that changed for mouse down or up events.
103 PP_InputEvent_MouseButton button; member in struct:PP_InputEvent_Mouse
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DDesktopViewInterface.java11 /** Injects a mouse-move event, with optional button press/release. */
12 void injectMouseEvent(int x, int y, int button, boolean pressed); argument
/external/chromium_org/remoting/webapp/
H A Dmenu_button.js7 * Class representing a menu button and its associated menu items.
17 * @param {Element} container The element containing the <button> and <ul>
18 * elements comprising the menu. It should have the "menu-button" class.
30 (container.querySelector('button,.menu-button-activator'));
61 this.clickTrap_.classList.add('menu-button-click-trap');
88 * @return {HTMLElement} The button that activates the menu.
90 remoting.MenuButton.prototype.button = function() {
/external/chromium_org/ui/views/controls/button/
H A Dcustom_button_unittest.cc5 #include "ui/views/controls/button/custom_button.h"
13 #include "ui/views/controls/button/checkbox.h"
14 #include "ui/views/controls/button/image_button.h"
15 #include "ui/views/controls/button/label_button.h"
16 #include "ui/views/controls/button/menu_button.h"
17 #include "ui/views/controls/button/radio_button.h"
38 void PerformGesture(CustomButton* button, ui::EventType event_type) { argument
42 button->OnGestureEvent(&gesture_event);
70 TestCustomButton* button = new TestCustomButton(NULL); local
71 widget->SetContentsView(button);
127 TestCustomButton* button = new TestCustomButton(NULL); local
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner.cc26 MenuButton* button,
32 parent, button, bounds, anchor, source_type, run_types_);
59 return impl_->RunMenuAt(parent, button, bounds, anchor, run_types_);
25 RunMenuAt(Widget* parent, MenuButton* button, const gfx::Rect& bounds, MenuAnchorPosition anchor, ui::MenuSourceType source_type) argument

Completed in 3761 milliseconds

12345678